Adds nvim lsp support

also removes some bindings I was experementing with
This commit is contained in:
Jonathan Hodgson 2020-09-19 11:06:21 +01:00
parent 6693029e0c
commit 5b13d27758
5 changed files with 39 additions and 22 deletions

6
.gitmodules vendored
View file

@ -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