plugins/new-file-template: init module

This commit is contained in:
jacekpoz 2024-08-02 13:34:16 +02:00
commit 6f4df2e8aa
No known key found for this signature in database
5 changed files with 85 additions and 1 deletions

View file

@ -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;
};
};
}