fix: remove staticcheck
This commit is contained in:
parent
39ddcf0b7d
commit
42a917fec3
1 changed files with 6 additions and 5 deletions
|
|
@ -4,8 +4,8 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
|
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
|
||||||
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
|
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
|
||||||
"mason.nvim",
|
"mason.nvim",
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
"lvimuser/lsp-inlayhints.nvim",
|
"lvimuser/lsp-inlayhints.nvim",
|
||||||
|
|
@ -82,10 +82,11 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
staticcheck = {},
|
|
||||||
texlab = {},
|
texlab = {},
|
||||||
gopls = {},
|
gopls = {
|
||||||
sqls = {},
|
staticcheck = true,
|
||||||
|
},
|
||||||
|
sqlls = {},
|
||||||
taplo = {},
|
taplo = {},
|
||||||
lemminx = {},
|
lemminx = {},
|
||||||
yamlls = {},
|
yamlls = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue