Closed Invertisment closed 1 year ago
@Invertisment thanks for the issue, will check what's the problem with NvimTree specifically.
Was planning in adding a video demo of the plugin and a directory with community submitted skeletons, so that information should be up in the following days whenever I release version 0.0
Alright, thanks. Also thanks for the plugin.
Edit: this may also be an issue with NvimTree, because I found that if LSP server creates a file it doesn't display that file.
Also didn't you think about using this kind of config? https://zactyh.medium.com/custom-vim-skeletons-file-templates-c6fe771012b3 Why the plugin if this does the trick?
The plugin in its current state is a minimum viable product, it basically does what is showcased in the blog with some additional functionality for multiple templates per file type and file matching (README.md files, for example)
I intend on adding a roadmap in the future in order to have a reference in the functionality I would like this plugin to have, maintaining it minimal and modular.
I'll be adding some video examples to showcase the extra functionality this week, including some example templates in order to jumpstart the use of the plugin.
Thanks for the suggestions and for the blog URL, found some ideas there I might add to the plugin.
I think you may want to provide a sample skeleton just to show how to add and use one. It will also allow to see that the plugin works out of the box without trying to make your own skeletons and failing.
I have this config:
And I added these files:
And I created
.hey
,.hi
andLICENSE.md
files via NvimTree and it didn't work.But it works when I use
:e LICENSE.md
from command mode.