diff --git a/home-manager/modules/neovim.nix b/home-manager/modules/neovim.nix index 646e879..f115fb2 100644 --- a/home-manager/modules/neovim.nix +++ b/home-manager/modules/neovim.nix @@ -6,6 +6,8 @@ (python3.withPackages (ps: with ps; [ black flake8 + pylint + jedi ])) ]; vimAlias = true; @@ -43,7 +45,7 @@ # Coc language server support coc-nvim - coc-python + coc-pyright ]; extraConfig = '' set nocompatible