diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 00:33:49 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 00:33:49 +0100 |
commit | 360b270415155fb5eaade600b5bff90bc695a245 (patch) | |
tree | d356ab8fe74dae744651e8ddf1127721f44c45dc /environments | |
parent | f2a18fd63f6be24fec146080fe3663a3d0e9be55 (diff) | |
download | Nix-360b270415155fb5eaade600b5bff90bc695a245.tar.gz Nix-360b270415155fb5eaade600b5bff90bc695a245.tar.zst Nix-360b270415155fb5eaade600b5bff90bc695a245.zip |
Add python flag to vim
Diffstat (limited to 'environments')
-rw-r--r-- | environments/immae-eu.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
86 | fzf | 86 | fzf |
87 | buku | 87 | buku |
88 | vimPlugins.vim-plug | 88 | vimPlugins.vim-plug |
89 | (vim_configurable.override { python = python3; }) | ||
89 | mailcap | 90 | mailcap |
90 | 91 | ||
91 | # password management | 92 | # password management |