LunarVim / Launch.nvim

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

Update nvim-ts-context-commentstring dependency commit in comment.lua #130

Closed pvelayudhan closed 1 year ago

pvelayudhan commented 1 year ago

Commit specified for nvim-ts-context-commentstring dependency in comment.lua is now the same as the one specified in treesitter.lua.

This clears the warning:

WARNING {nvim-ts-context-commentstring}: overriding <commit>

when doing a :checkhealth lazy.

Rishabh672003 commented 1 year ago

thabks for the pr