feat(nvim): add gopls lsp server

This commit is contained in:
buffet 2022-09-16 14:31:16 +00:00
parent c181822dcc
commit 554b27780a

View file

@ -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);