feat: add keybinds to neotree
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user