Cleanup nvim LSP settings
This commit is contained in:
parent
d599472675
commit
b2cfc4e002
@ -1,19 +1,6 @@
|
||||
local mason_lsps = {
|
||||
-- LSPs
|
||||
-- "jsonls",
|
||||
"lua_ls",
|
||||
-- "ruby_lsp",
|
||||
-- "rubocop",
|
||||
-- "rust_analyzer",
|
||||
-- "terraformls",
|
||||
-- "ts_ls",
|
||||
-- "yamlls",
|
||||
-- Formatters
|
||||
-- "fixjson",
|
||||
-- "goimports",
|
||||
-- "hclfmt",
|
||||
-- "prettierd",
|
||||
-- "shellharden",
|
||||
"stylua",
|
||||
}
|
||||
|
||||
@ -22,15 +9,6 @@ local non_mason_lsps = {
|
||||
}
|
||||
|
||||
return {
|
||||
-- {
|
||||
-- "WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
-- dependencies = {
|
||||
-- "mason-org/mason-lspconfig.nvim",
|
||||
-- },
|
||||
-- opts = {
|
||||
-- ensure_installed = mason_lsps,
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user