Skip to content

Commit

Permalink
apps/neovim: Update envy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shados committed Jan 22, 2020
1 parent 3f8a8aa commit b39160a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/neovim/default.nix
Expand Up @@ -9,7 +9,7 @@ let
envy = builtins.fetchGit {
url = https://github.com/Shados/envy;
ref = "master";
rev = "5fa02896c1498064d4a3d606b28940ee5876ebd2";
rev = "b8488779df7b7c68d086299878c5e023bfd11882";
};
in

Expand Down Expand Up @@ -141,6 +141,7 @@ in
silent call mkdir(&undodir, 'p')
endif
set backupdir=~/.local/share/nvim/backup/
" TODO this doesn't work for backupdir, figure out why
if !empty(glob(&backupdir))
silent call mkdir(&backupdir, 'p')
endif
Expand Down

0 comments on commit b39160a

Please sign in to comment.