nix/home/file/nvim/module/plugin/lsp/Go.nix

8 lines
98 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +03:00
{ ... }: {
text = ''
local lspconfig = require("lspconfig")
2024-11-04 04:37:29 +03:00
lspconfig.gopls.setup {}
'';
}