Adds nvim lsp support
also removes some bindings I was experementing with
This commit is contained in:
parent
6693029e0c
commit
5b13d27758
5 changed files with 39 additions and 22 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -96,3 +96,9 @@
|
|||
[submodule "bundle/nvim-lspconfig"]
|
||||
path = bundle/nvim-lspconfig
|
||||
url = https://github.com/neovim/nvim-lspconfig/
|
||||
[submodule "bundle/deoplete-lsp"]
|
||||
path = bundle/deoplete-lsp
|
||||
url = https://github.com/Shougo/deoplete-lsp
|
||||
[submodule "bundle/vim-tridactyl"]
|
||||
path = bundle/vim-tridactyl
|
||||
url = https://github.com/tridactyl/vim-tridactyl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue