Refactor: Replace users with home
This commit is contained in:
parent
36a22dc58a
commit
aaaf4808f3
65 changed files with 17 additions and 25 deletions
10
dotfiles/nvim/lua/plugins/lsp/python.lua
Normal file
10
dotfiles/nvim/lua/plugins/lsp/python.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return function()
|
||||
require"lspconfig".basedpyright.setup {
|
||||
settings = {
|
||||
python = {
|
||||
pythonPath = vim.fn.exepath("python3"),
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue