cvigilv / esqueleto.nvim

Reduce your boilerplate code the lazy-bones way
MIT License
98 stars 7 forks source link

fix: dont prompt in "nofile" buffertype #46

Closed cvigilv closed 7 months ago

cvigilv commented 7 months ago

Whenever Neovim create a new window for Hover, it creates a "nofile" markdown ft window, which launchs esqueleto's prompt. This is not intended and has to be fixed.