mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
fix(nvim): Use Python Language Server as lsp instead of pyright
- Remove rust_analyzer from being installed by default
This commit is contained in:
@@ -129,8 +129,7 @@ return {
|
||||
dockerls = {},
|
||||
docker_compose_language_service = {},
|
||||
jsonls = {},
|
||||
pyright = {},
|
||||
rust_analyzer = {},
|
||||
pylsp = {},
|
||||
}
|
||||
|
||||
-- nvim-cmp supports additional completion capabilities, so broadcast that to servers
|
||||
|
||||
Reference in New Issue
Block a user