mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 13:50:51 +01:00
Added python lsp to neovim
This commit is contained in:
parent
2c945916f2
commit
cc0f78de9b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ with lib;
|
|||
rust-vim
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [ rust-analyzer rnix-lsp ];
|
||||
extraPackages = with pkgs; [ rust-analyzer rnix-lsp pyright ];
|
||||
|
||||
extraConfig = ''
|
||||
luafile ${./settings.lua}
|
||||
|
|
Loading…
Add table
Reference in a new issue