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 = [
|
||||
"clangd"
|
||||
"gopls"
|
||||
"rust_analyzer"
|
||||
];
|
||||
serverConfigs = lib.strings.concatStringsSep "\n" (builtins.map configure servers);
|
||||
|
|
Loading…
Reference in a new issue