- Auto injection of template code was not working when opening non existent file through
nvim filename
. Hacky solution has been added - Code has been cleaned
- Added directory based skeleton template system. Check the README for more info
- Handle multiple skeleton files and let user select when loading or viewing
- Added options for auto loading templates, prompting user when no skeleton files are found
- Changed all the print statements to vim.notify statements enclosed with vim.schedule for buttery smooth experience
- Removed hardcoded filename for skeleton files and made the file selection only based on the file extension