1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-17 22:12:55 +01:00

languages/python: make basedpyright the default language server

This commit is contained in:
NotAShelf 2024-09-13 19:07:55 +03:00
parent 28da811315
commit 576c82a16c
No known key found for this signature in database
GPG key ID: AF26552424E53993

View file

@ -14,7 +14,7 @@
cfg = config.vim.languages.python; cfg = config.vim.languages.python;
defaultServer = "pyright"; defaultServer = "basedpyright";
servers = { servers = {
pyright = { pyright = {
package = pkgs.pyright; package = pkgs.pyright;