Skip to content

Commit

Permalink
Add some vim plugins (#370104)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 2, 2025
2 parents 559ebf5 + 755e20e commit 3da6bd3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6062,6 +6062,18 @@ final: prev:
meta.homepage = "https://github.com/junegunn/limelight.vim/";
};

linediff-vim = buildVimPlugin {
pname = "linediff.vim";
version = "2024-04-22";
src = fetchFromGitHub {
owner = "AndrewRadev";
repo = "linediff.vim";
rev = "ddae71ef5f94775d101c1c70032ebe8799f32745";
sha256 = "01dshpxm1svfhw9l447mz224qbvlbvywd7ai4wxwyjzgkhp36937";
};
meta.homepage = "https://github.com/AndrewRadev/linediff.vim/";
};

lingua-franca-vim = buildVimPlugin {
pname = "lingua-franca.vim";
version = "2021-09-05";
Expand Down Expand Up @@ -9389,6 +9401,18 @@ final: prev:
meta.homepage = "https://github.com/LhKipp/nvim-nu/";
};

nvim-numbertoggle = buildVimPlugin {
pname = "nvim-numbertoggle";
version = "2024-03-29";
src = fetchFromGitHub {
owner = "sitiom";
repo = "nvim-numbertoggle";
rev = "c5827153f8a955886f1b38eaea6998c067d2992f";
sha256 = "18nxqi3a3xamrjzpsabww411ix6vr44smprqi9prd47238lpshi2";
};
meta.homepage = "https://github.com/sitiom/nvim-numbertoggle/";
};

nvim-osc52 = buildVimPlugin {
pname = "nvim-osc52";
version = "2024-05-24";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ https://github.com/spywhere/lightline-lsp/,,
https://github.com/itchyny/lightline.vim/,,
https://github.com/ggandor/lightspeed.nvim/,,
https://github.com/junegunn/limelight.vim/,,
https://github.com/AndrewRadev/linediff.vim/,HEAD,
https://github.com/lf-lang/lingua-franca.vim/,,
https://github.com/tamago324/lir.nvim/,,
https://github.com/kkharji/lispdocs.nvim/,,
Expand Down Expand Up @@ -779,6 +780,7 @@ https://github.com/nvim-neotest/nvim-nio/,HEAD,
https://github.com/ya2s/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/sitiom/nvim-numbertoggle/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/julienvincent/nvim-paredit/,,
https://github.com/gpanders/nvim-parinfer/,HEAD,
Expand Down

0 comments on commit 3da6bd3

Please sign in to comment.