From 360b270415155fb5eaade600b5bff90bc695a245 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 25 Mar 2020 00:33:49 +0100 Subject: [PATCH] Add python flag to vim --- environments/immae-eu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 2cb624a..d396197 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix @@ -86,6 +86,7 @@ let fzf buku vimPlugins.vim-plug + (vim_configurable.override { python = python3; }) mailcap # password management -- 2.41.0