mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-14 17:35:31 +00:00
flake: add nvim-ufo
This commit is contained in:
parent
ab49ba443d
commit
343bc09d72
2 changed files with 44 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -720,6 +720,16 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
plugin-promise-async = {
|
||||
url = "github:kevinhwang91/promise-async";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
plugin-nvim-ufo = {
|
||||
url = "github:kevinhwang91/nvim-ufo";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
plugin-new-file-template-nvim = {
|
||||
# (required by new-file-template.nvim)
|
||||
url = "github:otavioschwanck/new-file-template.nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue