Skip to content

Commit

Permalink
vimPlugins.align-nvim: init at 2024-10-20
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Singh committed Oct 20, 2024
1 parent a0fa667 commit c84c548
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

final: prev:
{
align-nvim = buildVimPlugin {
pname = "align.nvim";
version = "2024-10-20";
src = fetchFromGitHub {
owner = "Vonr";
repo = "align.nvim";
rev = "12ed24b34df81d57e777fea5a535611bab10a620";
sha256 = "sha256-z8+lEs8bQS4Gz3cgQQ5Cb3oW58Et7it/tAxUtE3cLc4=";
};
meta.homepage = "https:/Vonr/align.nvim/";
};

BetterLua-vim = buildVimPlugin {
pname = "BetterLua.vim";
version = "2020-08-14";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
repo,branch,alias
https:/Vonr/align.nvim/,HEAD,
https:/euclidianAce/BetterLua.vim/,,
https:/vim-scripts/BufOnly.vim/,,
https:/jackMort/ChatGPT.nvim/,HEAD,
Expand Down

0 comments on commit c84c548

Please sign in to comment.