Compare commits
2 commits
298aa410eb
...
5559e9291e
Author | SHA1 | Date | |
---|---|---|---|
5559e9291e | |||
73f597b1c0 |
1 changed files with 1 additions and 12 deletions
|
@ -130,6 +130,7 @@ local servers = {
|
||||||
"gopls",
|
"gopls",
|
||||||
"nil_ls",
|
"nil_ls",
|
||||||
"nixd",
|
"nixd",
|
||||||
|
"pylsp",
|
||||||
"ruff_lsp",
|
"ruff_lsp",
|
||||||
"templ",
|
"templ",
|
||||||
"typst_lsp",
|
"typst_lsp",
|
||||||
|
@ -150,18 +151,6 @@ lspconfig_setup("tailwindcss", {
|
||||||
init_options = { userLanguages = { templ = "html" } },
|
init_options = { userLanguages = { templ = "html" } },
|
||||||
})
|
})
|
||||||
|
|
||||||
lspconfig_setup("pylsp", {
|
|
||||||
settings = {
|
|
||||||
pylsp = {
|
|
||||||
plugins = {
|
|
||||||
rope_autoimport = {
|
|
||||||
enabled = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
lspconfig_setup("rust_analyzer", {
|
lspconfig_setup("rust_analyzer", {
|
||||||
settings = {
|
settings = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
|
|
Loading…
Reference in a new issue