add act
This commit is contained in:
parent
4407858140
commit
bb5a75e153
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
return function()
|
||||
require"lspconfig".basedpyright.setup {}
|
||||
require"lspconfig".basedpyright.setup {
|
||||
settings = {
|
||||
python = {
|
||||
pythonPath = vim.fn.exepath("python3"),
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue