Public Access
added python
This commit is contained in:
@@ -91,7 +91,9 @@ local ensure_installed = {
|
||||
"svelte-language-server",
|
||||
"tailwindcss-language-server",
|
||||
"taplo",
|
||||
"typescript-language-server"
|
||||
"typescript-language-server",
|
||||
"pylsp",
|
||||
"black"
|
||||
}
|
||||
|
||||
-- Refresh the registry and install missing tools
|
||||
@@ -131,7 +133,7 @@ end
|
||||
vim.lsp.enable({
|
||||
"lua_ls", "ts_ls", "svelte", "tailwindcss", "cssls", "bashls",
|
||||
"rust_analyzer", "clangd", "clang-format", "taplo",
|
||||
"sourcekit", "lemminx", "tinymist", "jsonls"
|
||||
"sourcekit", "lemminx", "tinymist", "jsonls", "hls", "pylsp", "black"
|
||||
})
|
||||
|
||||
vim.lsp.config["tinymist"] = {
|
||||
|
||||
Reference in New Issue
Block a user