feat(lsp): golangci-lint lsp check installation
This commit is contained in:
@@ -37,7 +37,13 @@ local lsps = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
["gopls"] = {},
|
["gopls"] = {},
|
||||||
["golangci_lint_ls"] = {},
|
["golangci_lint_ls"] = function()
|
||||||
|
if vim.fn.executable("golangci-list") == 1 then
|
||||||
|
return {}
|
||||||
|
else
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
end,
|
||||||
["html"] = {},
|
["html"] = {},
|
||||||
-- ["htmx"] = {}, # BORKED: blink.cmp stops working whtn htmx-lsp is attached https://github.com/Saghen/blink.cmp/issues/825
|
-- ["htmx"] = {}, # BORKED: blink.cmp stops working whtn htmx-lsp is attached https://github.com/Saghen/blink.cmp/issues/825
|
||||||
["jsonls"] = {},
|
["jsonls"] = {},
|
||||||
|
|||||||
Reference in New Issue
Block a user