chore(nvim): remove gopls analysic

main
sudo pacman -Syu 2023-10-30 00:55:48 +07:00
parent d2ce5fc055
commit 996ccaf1c2
1 changed files with 2 additions and 11 deletions

View File

@ -323,8 +323,8 @@ require("lazy").setup({
-- https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md -- https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md
require("mini.completion").setup({ require("mini.completion").setup({
window = { window = {
info = { height = 8, width = 40, border = "none" }, info = { height = 8, width = 40, border = "rounded" },
signature = { height = 8, width = 40, border = "none" }, signature = { height = 8, width = 40, border = "rounded" },
}, },
mappings = { mappings = {
force_twostep = "<C-Space>", force_twostep = "<C-Space>",
@ -429,15 +429,6 @@ require("lazy").setup({
gofumpt = true, gofumpt = true,
semanticTokens = true, semanticTokens = true,
usePlaceholders = true, usePlaceholders = true,
analyses = {
deprecated = false,
fieldalignment = true,
nilness = true,
unusedparams = true,
unusedwrite = true,
useany = true,
unusedvariable = true,
},
}, },
}, },
}) })