From f79bcef25549cb8849b83fbcb94a8814bbdda693 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Mon, 3 May 2021 16:35:38 -0700 Subject: [PATCH] use python3 in nvim --- home-manager/users/notgne2_pc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/users/notgne2_pc.nix b/home-manager/users/notgne2_pc.nix index 788d598..380d6bf 100644 --- a/home-manager/users/notgne2_pc.nix +++ b/home-manager/users/notgne2_pc.nix @@ -72,6 +72,8 @@ in vimAlias = true; vimdiffAlias = true; withNodeJs = true; + withPython = false; + withPython3 = true; plugins = with pkgs.vimPlugins; [ vim-nix camelcasemotion