feat(nvim): add go configurations

This commit is contained in:
Yorick Barbanneau 2025-08-20 21:29:20 +02:00
parent a64c619cea
commit 5cf651c06c
Signed by: ephase
GPG key ID: 4447A19BBEDB8DBA
4 changed files with 18 additions and 0 deletions

View file

@ -29,6 +29,7 @@ in
home.file."${config.xdg.configHome}/nvim/spell/fr.utf-8.sug".source = nvim-spell-fr-utf8-suggestions;
home.file."${config.xdg.configHome}/nvim/lsp/bash.lua".source = ./files/lsp/bash.lua;
home.file."${config.xdg.configHome}/nvim/lsp/go.lua".source = ./files/lsp/go.lua;
home.file."${config.xdg.configHome}/nvim/lsp/helm.lua".source = ./files/lsp/helm.lua;
home.file."${config.xdg.configHome}/nvim/lsp/lua.lua".source = ./files/lsp/lua.lua;
home.file."${config.xdg.configHome}/nvim/lsp/nills.lua".source = ./files/lsp/nills.lua;
@ -47,6 +48,7 @@ in
# LSP Servers
clang-tools
hadolint
gopls
helm-ls
lua-language-server
marksman