tidy lsp
This commit is contained in:
@@ -7,10 +7,9 @@ return {
|
|||||||
"lua_ls",
|
"lua_ls",
|
||||||
"superhtml",
|
"superhtml",
|
||||||
"taplo",
|
"taplo",
|
||||||
"pylsp",
|
"pylsp", -- requires: touch ~/.local/share/nvim/mason/packages/python-lsp-server/venv/lib/python3.12/site-packages/pylsp/plugins/rope_rename.py
|
||||||
"ansiblels",
|
"ansiblels",
|
||||||
"markdown_oxide",
|
"markdown_oxide",
|
||||||
-- "terraformls",
|
|
||||||
"tofu_ls",
|
"tofu_ls",
|
||||||
"dockerls",
|
"dockerls",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
|
|||||||
@@ -13,13 +13,6 @@ return {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- markdown_oxide = {},
|
|
||||||
-- terraformls = {},
|
|
||||||
-- superhtml = {},
|
|
||||||
-- pyright = {},
|
|
||||||
-- taplo = {},
|
|
||||||
-- bashls = {},
|
|
||||||
-- html = {},
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user