You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: Add vim-lsp instruction
* Group vim family and sort list alphabetically
At the time of this writing, the vim-lsp and coc.nvim supports both vim8
and neovim each other (contrary to the intuition from the name).
Copy file name to clipboardExpand all lines: docs/USAGE.md
+36-16
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,27 @@ provides overlapping functionality (and more features at the time of writing).
39
39
As a result having both enabled at the same time may result in suboptimal UX,
40
40
such as duplicate completion candidates.
41
41
42
-
## NeoVim
42
+
## Sublime Text 2
43
+
44
+
- Install the [LSP package](https://github.com/sublimelsp/LSP#installation)
45
+
- Add the following snippet to your _User_`LSP.sublime-settings` (editable via `Preferences → Package Settings → LSP → Settings` or via the command pallete → `Preferences: LSP Settings`)
- Install the [coc.nvim plugin](https://github.com/neoclide/coc.nvim)
45
65
- Add the following snippet to the `coc-setting.json` file (editable via `:CocConfig` in NeoVim)
@@ -68,23 +88,23 @@ Make sure to read through the [example vim configuration](https://github.com/neo
68
88
inoremap <silent><expr> <c-space> coc#refresh()
69
89
```
70
90
71
-
##Sublime Text 2
91
+
### vim-lsp
72
92
73
-
- Install the [LSP package](https://github.com/sublimelsp/LSP#installation)
74
-
- Add the following snippet to your _User_`LSP.sublime-settings` (editable via `Preferences → Package Settings → LSP → Settings` or via the command pallete → `Preferences: LSP Settings`)
0 commit comments