Skip to content

Commit

Permalink
Merge pull request #318287 from jlesquembre/jl/nvim-lisp-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jun 12, 2024
2 parents db4332c + 4ec4b30 commit c99caec
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8173,6 +8173,30 @@ final: prev:
meta.homepage = "https://github.com/ojroques/nvim-osc52/";
};

nvim-paredit = buildVimPlugin {
pname = "nvim-paredit";
version = "2024-03-30";
src = fetchFromGitHub {
owner = "julienvincent";
repo = "nvim-paredit";
rev = "8dd4ffd6ee0d798026f9ad6cf04344560207b9f1";
sha256 = "0kqd87m58ya9faijs2ldzirps5ayillfmcdgd19b342jw0q393k6";
};
meta.homepage = "https://github.com/julienvincent/nvim-paredit/";
};

nvim-parinfer = buildVimPlugin {
pname = "nvim-parinfer";
version = "2023-08-09";
src = fetchFromGitHub {
owner = "gpanders";
repo = "nvim-parinfer";
rev = "5ca09287ab3f4144f78ff7977fabc27466f71044";
sha256 = "0qci774sf7kxsq1a77nmis4zgjggf89w0j5ibzdbrw11cyv0nb3n";
};
meta.homepage = "https://github.com/gpanders/nvim-parinfer/";
};

nvim-peekup = buildVimPlugin {
pname = "nvim-peekup";
version = "2023-02-23";
Expand Down Expand Up @@ -8979,6 +9003,18 @@ final: prev:
meta.homepage = "https://github.com/NLKNguyen/papercolor-theme/";
};

parpar-nvim = buildVimPlugin {
pname = "parpar-nvim";
version = "2023-09-12";
src = fetchFromGitHub {
owner = "dundalek";
repo = "parpar.nvim";
rev = "e99a88f0f0b1234f49a3efe9c49b712b58a5acfc";
sha256 = "09y0q4shgi8a88z42lrkh41ay64yhb7050rlc3b6r2lk6k72xdqz";
};
meta.homepage = "https://github.com/dundalek/parpar.nvim/";
};

pear-tree = buildVimPlugin {
pname = "pear-tree";
version = "2019-12-08";
Expand Down
3 changes: 3 additions & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,8 @@ https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/julienvincent/nvim-paredit,,
https://github.com/gpanders/nvim-parinfer/,HEAD,
https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/yorickpeterse/nvim-pqf/,HEAD,
https://github.com/jamestthompson3/nvim-remote-containers/,HEAD,
Expand Down Expand Up @@ -754,6 +756,7 @@ https://github.com/drewtempelmeyer/palenight.vim/,,
https://github.com/JoosepAlviste/palenightfall.nvim/,,
https://github.com/roobert/palette.nvim/,HEAD,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/dundalek/parpar.nvim,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/olimorris/persisted.nvim/,HEAD,
Expand Down

0 comments on commit c99caec

Please sign in to comment.