remove deprecated withPython from my neovim config

This commit is contained in:
notgne2 2021-05-16 22:02:23 -07:00
parent f79bcef255
commit 076dc136fe
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

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