1
0
This commit is contained in:
2025-09-11 11:13:08 +01:00
parent 7d316f700f
commit 587d98be51
2 changed files with 1 additions and 9 deletions

View File

@@ -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",

View File

@@ -13,13 +13,6 @@ return {
} }
}, },
}, },
-- markdown_oxide = {},
-- terraformls = {},
-- superhtml = {},
-- pyright = {},
-- taplo = {},
-- bashls = {},
-- html = {},
} }
}, },
config = function(_, opts) config = function(_, opts)