update
This commit is contained in:
parent
44c2cd9bbc
commit
a0b8181590
6 changed files with 76 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue