mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-12 15:13:52 +00:00
plugins/new-file-template: init module
This commit is contained in:
parent
773186d93d
commit
6f4df2e8aa
5 changed files with 85 additions and 1 deletions
|
|
@ -628,9 +628,15 @@
|
|||
};
|
||||
|
||||
plugin-nvim-nio = {
|
||||
# (required nvim-dap-ui)
|
||||
# (required by nvim-dap-ui)
|
||||
url = "github:nvim-neotest/nvim-nio";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
plugin-new-file-template-nvim = {
|
||||
# (required by new-file-template.nvim)
|
||||
url = "github:otavioschwanck/new-file-template.nvim";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue