Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Revert "home: neovim: install the direnv plugin"
Browse files Browse the repository at this point in the history
With this commmit, deoplete-go is failing on the repositories that
installs Go for some reason. I'll work on fixing this later.

This reverts commit df1558c.
  • Loading branch information
kalbasit committed Oct 19, 2018
1 parent cf13c97 commit 5c05593
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion modules/home/software/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ in {
"vim-bazel"
] ++ [ # my_plugins
"airline-seoul256-theme"
"direnv-vim"
"traces-vim"
"vim-PreserveNoEOL"
"vim-better-whitespace"
Expand Down
11 changes: 0 additions & 11 deletions modules/home/software/neovim/plugins.lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,4 @@ in {
};
dependencies = [];
};

direnv-vim = buildVimPluginFrom2Nix {
name = "direnv-vim-2017-12-29";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv.vim";
rev = "4d6271f0facd57a478c0d02895775dc01f577c5c";
sha256 = "1vfg4hrxbqc96w694cn9gzjvwkscd111fp6dqlh7wpd2z3ciw07h";
};
dependencies = [];
};
}

0 comments on commit 5c05593

Please sign in to comment.