feat(nvim): add gopls lsp server
This commit is contained in:
parent
c181822dcc
commit
554b27780a
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
||||||
'';
|
'';
|
||||||
servers = [
|
servers = [
|
||||||
"clangd"
|
"clangd"
|
||||||
|
"gopls"
|
||||||
"rust_analyzer"
|
"rust_analyzer"
|
||||||
];
|
];
|
||||||
serverConfigs = lib.strings.concatStringsSep "\n" (builtins.map configure servers);
|
serverConfigs = lib.strings.concatStringsSep "\n" (builtins.map configure servers);
|
||||||
|
|
Loading…
Reference in a new issue