Compare commits
No commits in common. "5559e9291e15866e222db6272f10f2889428fea6" and "298aa410eb77ec155b7297db0932642a8dd232df" have entirely different histories.
5559e9291e
...
298aa410eb
|
@ -130,7 +130,6 @@ local servers = {
|
||||||
"gopls",
|
"gopls",
|
||||||
"nil_ls",
|
"nil_ls",
|
||||||
"nixd",
|
"nixd",
|
||||||
"pylsp",
|
|
||||||
"ruff_lsp",
|
"ruff_lsp",
|
||||||
"templ",
|
"templ",
|
||||||
"typst_lsp",
|
"typst_lsp",
|
||||||
|
@ -151,6 +150,18 @@ 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 New Issue