Skip to content

Commit 1a448b0

Browse files
author
gaalcaras
committed
Bump version number to 1.0
1 parent 4aed14c commit 1a448b0

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ if !has('nvim')
110110
endif
111111
112112
" Optional: for snippet support
113+
" Further configuration might be required, read below
113114
Plug 'sirver/UltiSnips'
114115
Plug 'ncm2/ncm2-ultisnips'
115116
@@ -121,6 +122,9 @@ Please make sure that you fulfill all [ncm2
121122
requirements](https://github.com/ncm2/ncm2#requirements),
122123
especially if you use vim 8.
123124

125+
If snippet completion does not work out of the box, [read
126+
below](#getting-the-snippets-to-work).
127+
124128
## Usage
125129

126130
### General behavior
@@ -168,10 +172,11 @@ let g:ncm_r_column_layout = 0
168172

169173
[ncm2-ultisnips](https://github.com/ncm2/ncm2-ultisnips) might not work out of
170174
the box with your [UltiSnips](https://github.com/SirVer/ultisnips)
171-
configuration. You can learn how to use <kbd>Enter</kbd> to expand snippets
172-
[here](https://github.com/ncm2/ncm2-ultisnips#vimrc-example) or
173-
[there](https://github.com/ncm2/ncm2-ultisnips/issues/6#issuecomment-410186456)
174-
to use <kbd>Tab</kbd>.
175+
configuration, whether you want to [use
176+
<kbd>Enter</kbd>](https://github.com/ncm2/ncm2-ultisnips#vimrc-example) or
177+
use
178+
[<kbd>Tab</kbd>](https://github.com/gaalcaras/ncm-R/blob/master/test/min_vimrc)
179+
instead.
175180

176181
## Contributing to ncm-R
177182

@@ -195,7 +200,7 @@ and `:help ncm2-API`.
195200

196201
You can run `NVIM_PYTHON_LOG_FILE=/tmp/log NVIM_PYTHON_LOG_LEVEL=INFO nvim`
197202
then look at `nvim.log_py3_ncm_r`. You can also `tail -f nvim.log_py3_*
198-
| grep ncmR` to get only ncm-R messages.
203+
| grep --color "\[ncmR\]"` to get only ncm-R messages.
199204

200205
Some tests can be run. The idea is to have two windows side to side (using
201206
tmux, i3 or whatever you like). In one window, run `./test/nvim_init` and monitor

doc/ncm_r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515

16-
Version: 0.6
16+
Version: 1.0
1717
Original Author: Gabriel Alcaras <gaby.alcaras@gmail.com>
1818
License: GNU GPLv3
1919

0 commit comments

Comments
 (0)