raceless go is a nicer go
This commit is contained in:
@@ -134,6 +134,7 @@ in
|
||||
builtins.readFile
|
||||
(pkgs.replaceVars ./dev.lua {
|
||||
inherit (pkgs) ripgrep;
|
||||
inherit (pkgs.pkgs-unstable) gopls;
|
||||
}).outPath;
|
||||
})
|
||||
];
|
||||
|
||||
@@ -3,7 +3,7 @@ require'lspconfig'.clangd.setup{
|
||||
}
|
||||
|
||||
require'lspconfig'.gopls.setup{
|
||||
cmd = { "nicer", "gopls" }
|
||||
cmd = { "nicer", "@gopls@/bin/gopls" }
|
||||
}
|
||||
|
||||
vim.api.nvim_exec([[
|
||||
|
||||
Reference in New Issue
Block a user