Add python and odin lsp and another theme as comment

This commit is contained in:
Pablu23
2024-06-26 14:32:57 +02:00
parent 3bed9e8ccb
commit 5974388201
6 changed files with 49 additions and 21 deletions

View File

@@ -15,7 +15,8 @@ return {
"rust_analyzer",
"html",
"zls",
"biome",
"pyright",
"ols",
},
})
end,
@@ -50,7 +51,11 @@ return {
capabilities = capabilities,
handlers = handlers,
})
lspconfig.biome.setup({
lspconfig.pyright.setup({
capabilities = capabilities,
handlers = handlers,
})
lspconfig.ols.setup({
capabilities = capabilities,
handlers = handlers,
})