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