Add a python language server
This commit is contained in:
parent
85eb83f263
commit
4407858140
3 changed files with 6 additions and 0 deletions
4
users/hu/packages/nvim/config/lua/plugins/lsp/python.lua
Normal file
4
users/hu/packages/nvim/config/lua/plugins/lsp/python.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return function()
|
||||
require"lspconfig".basedpyright.setup {}
|
||||
end
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
ripgrep
|
||||
nil
|
||||
gcc
|
||||
basedpyright
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
ripgrep
|
||||
nil
|
||||
gcc
|
||||
basedpyright
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue