From 076dc136fe1b2c96a34090702c60cbc1a88a8d2f Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 16 May 2021 22:02:23 -0700 Subject: [PATCH] remove deprecated withPython from my neovim config --- home-manager/users/notgne2_pc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/users/notgne2_pc.nix b/home-manager/users/notgne2_pc.nix index 380d6bf..39ae7ba 100644 --- a/home-manager/users/notgne2_pc.nix +++ b/home-manager/users/notgne2_pc.nix @@ -72,9 +72,9 @@ in vimAlias = true; vimdiffAlias = true; withNodeJs = true; - withPython = false; withPython3 = true; plugins = with pkgs.vimPlugins; [ + fugitive vim-nix camelcasemotion vim-indent-object