@@ -76,7 +76,7 @@ any editor other than Neovim
7676
7777It should be noted that [ Nvim-R] ( https://github.com/jalvesaq/Nvim-R ) already
7878comes with OmniCompletion. It's lightweight and it works well, but you need to
79- ask for completion (<kbd ><C-x > <C-o ></kbd >) and it
79+ ask for completion (<kbd >\ < C-x\>\ < C-o\ > </kbd >) and it
8080doesn't support pipelines.
8181
8282ncm-R is built on top of Nvim-R completion data to offer more features, while
@@ -125,21 +125,21 @@ R console to load them in the global environment. Likewise, you won't see
125125
126126The default pop-up menu follows a 3 column layout:
127127
128- | Type | Column 1 | Column 2 | Column 3 |
129- | --- | --- | --- | --- |
130- | Argument | ` argument ` | ` = DEFAULT_VALUE ` | |
131- | Dataset | ` {package} ` | Type of dataset (e.g. ` tibble ` ) | Short dataset description|
132- | Functions | ` {package} ` | ` function ` | Short function description |
133- | Package | ` package ` | Short package description | |
134- | Variable | ` variable ` | Type of variable (e.g. ` integer ` )| |
128+ | Type | Column 1 | Column 2 | Column 3 |
129+ | --- | --- | --- | --- |
130+ | Argument | ` argument ` | ` = DEFAULT_VALUE ` | |
131+ | Dataset | ` {package} ` | Type of dataset (e.g. ` tibble ` ) | Short dataset description |
132+ | Functions | ` {package} ` | ` function ` | Short function description |
133+ | Package | ` package ` | Short package description | |
134+ | Variable | ` variable ` | Type of variable (e.g. ` integer ` ) | |
135135
136136The length of the two first columns can be changed in your ` .vimrc ` . Choosing
137137a value below the minimum length will remove the column altogether:
138138
139- | Column | Minimum length | Default length | Global variable |
140- | --- | --- | --- |
141- | Column #1 | 7 | 13 | ` g:ncm_r_column1_length ` |
142- | Column #2 | 7 | 11 | ` g:ncm_r_column2_length ` |
139+ | Column | Minimum length | Default length | Global variable |
140+ | --- | --- | --- | --- |
141+ | Column #1 | 7 | 13 | ` g:ncm_r_column1_length ` |
142+ | Column #2 | 7 | 11 | ` g:ncm_r_column2_length ` |
143143
144144Finally, if you don't want the columns to be aligned, you can disable all
145145column padding:
0 commit comments