@ -28,3 +28,6 @@
[submodule "nvim/pack/project/start/editorconfig-vim"]
path = nvim/pack/project/start/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "nvim/pack/syntaxes/start/LanguageClient-neovim"]
path = nvim/pack/syntaxes/start/LanguageClient-neovim
url = git@github.com:autozimu/LanguageClient-neovim.git
@ -66,6 +66,12 @@ nmap <silent> <Leader><Space> :SK<CR>
let g:polyglot_disabled = ['sensible', 'csv']
" }}}
""" LanguageClient {{{
let g:languageClient_serverCommands = {
\ 'rust': ['rust-analyzer'],
\ }
"""}}}
" Filetype specific configurations {{{
@ -0,0 +1 @@
Subproject commit 4037b1d872f3e65384ceb92c25bf19cac449b803