This commit is contained in:
Philipp Hochkamp 2023-03-06 21:00:37 +01:00
parent 44c2cd9bbc
commit a0b8181590
6 changed files with 76 additions and 21 deletions

View file

@ -38,6 +38,16 @@
version = "1.0.0";
src = inputs.nnn-vim;
};
notify-nvim = pkgs.vimUtils.buildVimPlugin {
pname = "notify-nvim";
version = "1.0.0";
src = inputs.notify-nvim;
};
notice-nvim = pkgs.vimUtils.buildVimPlugin {
pname = "notice-nvim";
version = "1.0.0";
src = inputs.notice-nvim;
};
#coc-nvim = pkgs.vimUtils.buildVimPlugin {
# name = "coc-nvim";
# src = inputs.coc-nvim;
@ -74,6 +84,13 @@
ultisnips
#dart-vim
nvim-treesitter
notify-nvim
notice-nvim
nui-nvim
plenary-nvim
telescope-nvim
project-nvim