LunarVim / Launch.nvim

🚀 Launch.nvim is modular starter for Neovim.
GNU General Public License v3.0
2k stars 474 forks source link

Lazy loading fix for Comment.nvim #138

Closed alanfzf closed 1 year ago

alanfzf commented 1 year ago

If you create a new file from the terminal like this: nvim randomNewFile.md, it won't lazy load Comment.nvim, unless you type :edit again.