neovim: Use rls from nixpkgs
This commit is contained in:
parent
9b60e0cfe2
commit
1bc6988225
|
@ -161,7 +161,7 @@ in
|
|||
plugin = LanguageClient-neovim;
|
||||
config = ''
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'rust': ['rustup', 'run', 'stable', 'rls'],
|
||||
\ 'rust': ['${pkgs.rls}/bin/rls'],
|
||||
\ 'go': ['${pkgs.gopls}/bin/gopls'],
|
||||
\ 'python': ['${pyls}/bin/pyls'],
|
||||
\ 'typescript': ['${pkgs.nodePackages.javascript-typescript-langserver}/bin/javascript-typescript-stdio'],
|
||||
|
|
Loading…
Reference in a new issue