Skip to content

Commit

Permalink
vimPlugins.project-nvim: init @ 2021-11-06
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Jan 3, 2022
1 parent d76e8ee commit d2f03f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5087,6 +5087,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/prev_indent/";
};

project-nvim = buildVimPluginFrom2Nix {
pname = "project.nvim";
version = "2021-11-06";
src = fetchFromGitHub {
owner = "ahmedkhalf";
repo = "project.nvim";
rev = "71d0e23dcfc43cfd6bb2a97dc5a7de1ab47a6538";
sha256 = "0jxxckfcm0vmcblj6fr4fbdxw7b5dwpr8b7jv59mjsyzqfcdnhs5";
};
meta.homepage = "https://github.com/ahmedkhalf/project.nvim/";
};

psc-ide-vim = buildVimPluginFrom2Nix {
pname = "psc-ide-vim";
version = "2021-05-31";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AckslD/nvim-neoclip.lua
AckslD/nvim-whichkey-setup.lua
ackyshake/Spacegray.vim
ahmedkhalf/lsp-rooter.nvim
ahmedkhalf/project.nvim
airblade/vim-gitgutter
airblade/vim-rooter
ajmwagar/vim-deus
Expand Down

0 comments on commit d2f03f1

Please sign in to comment.