feat: add keybinds to neotree

This commit is contained in:
Stevan Freeborn
2026-04-11 14:47:56 -05:00
parent 56a59cd8a8
commit fec0810584
3 changed files with 51 additions and 19 deletions
+5
View File
@@ -190,6 +190,11 @@ return {
vim.lsp.config("gopls", {
capabilities = capabilities,
filetypes = { "go", "gomod", "gowork", "gotmpl", "gohtml" },
settings = {
gopls = {
buildFlags = { "-tags=integration" }
}
}
})
vim.lsp.enable("gopls")