use python3 in nvim

This commit is contained in:
notgne2 2021-05-03 16:35:38 -07:00
parent 5685138775
commit f79bcef255
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -72,6 +72,8 @@ in
vimAlias = true; vimAlias = true;
vimdiffAlias = true; vimdiffAlias = true;
withNodeJs = true; withNodeJs = true;
withPython = false;
withPython3 = true;
plugins = with pkgs.vimPlugins; [ plugins = with pkgs.vimPlugins; [
vim-nix vim-nix
camelcasemotion camelcasemotion