parent
3fc7e728bb
commit
3e35ecadc9
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ in {
|
||||||
lsp.basedpyright.setup({
|
lsp.basedpyright.setup({
|
||||||
capabilities = default_capabilities,
|
capabilities = default_capabilities,
|
||||||
autostart = false,
|
autostart = false,
|
||||||
|
settings = {
|
||||||
|
python = {
|
||||||
|
pythonPath = vim.fn.exepath("python"),
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
lsp.ruff.setup({
|
lsp.ruff.setup({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue