this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add gopls to nvim

+2 -1
+2 -1
home/profiles/nvim/default.nix
··· 635 635 } 636 636 } 637 637 638 - local servers = { 'clojure_lsp', 'terraform_lsp', 'zls', 'pyright', 'rust_analyzer', 'tsserver', 'lua_ls', 'nil_ls'} 638 + local servers = { 'clojure_lsp', 'terraform_lsp', 'zls', 'pyright', 'rust_analyzer', 'tsserver', 'lua_ls', 'nil_ls', 'gopls'} 639 639 for _, lsp in ipairs(servers) do 640 640 lspconfig[lsp].setup { 641 641 on_attach = function(client, bufnr) ··· 864 864 rust-analyzer 865 865 clj-kondo 866 866 zls 867 + gopls 867 868 gcc 868 869 nodePackages_latest.pyright 869 870 shellcheck