remove deprecated withPython from my neovim config
This commit is contained in:
parent
f79bcef255
commit
076dc136fe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user