fix: remove staticcheck

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-06 00:21:39 +02:00
parent 39ddcf0b7d
commit 42a917fec3

View file

@ -4,8 +4,8 @@ return {
lazy = true,
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
"lvimuser/lsp-inlayhints.nvim",
@ -82,10 +82,11 @@ return {
},
},
},
staticcheck = {},
texlab = {},
gopls = {},
sqls = {},
gopls = {
staticcheck = true,
},
sqlls = {},
taplo = {},
lemminx = {},
yamlls = {},