mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 16:05:58 +01:00
Merge pull request #301 from rice-cracker-dev/patch-1
languages: changed python lsp package to pyright
This commit is contained in:
commit
fcab30e7bb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
defaultServer = "pyright";
|
||||
servers = {
|
||||
pyright = {
|
||||
package = pkgs.nodePackages.pyright;
|
||||
package = pkgs.pyright;
|
||||
lspConfig = ''
|
||||
lspconfig.pyright.setup{
|
||||
capabilities = capabilities;
|
||||
|
|
Loading…
Reference in a new issue