This commit is contained in:
jordanyono 2026-03-05 16:08:46 -05:00
parent f68d07c4e0
commit c5e4e5cca7
1 changed files with 6 additions and 1 deletions

View File

@ -814,7 +814,11 @@ require('lazy').setup({
settings = { settings = {
gopls = { gopls = {
buildFlags = { buildFlags = {
'-tags=integration,small,medium,large', '-tags',
'functional,integration,small,medium,large',
},
env = {
GOFLAGS = '-tags=functional,integration,small,medium,large',
}, },
-- Completion settings -- Completion settings
completeUnimported = true, -- Suggest symbols from packages that are not yet imported completeUnimported = true, -- Suggest symbols from packages that are not yet imported
@ -989,6 +993,7 @@ require('lazy').setup({
javascriptreact = true, javascriptreact = true,
python = true, python = true,
sql = true, sql = true,
json = true,
} }
if disable_filetypes[vim.bo[bufnr].filetype] then if disable_filetypes[vim.bo[bufnr].filetype] then
return nil return nil