From 42a917fec3844a7ab68665e077a713ef38b07443 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Thu, 6 Apr 2023 00:21:39 +0200 Subject: [PATCH] fix: remove staticcheck --- nvim/lua/plugins/lsp.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 0369d90..31844d8 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -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 = {},