More #neovim spring cleaning 🧹 Replaced the trusty `vim-commentary` with `Comment.nvim`. It's context aware and can use #treesitter to determine the correct `commentstring` for injected languages. 👍 https://github.com/numToStr/Comment.nvim
@raichoo is it basically what the builtin commentary ships now, or is there more functionality?
@petrisch Not as I would like, I'm currently using Comment.nvim more or like as a band aid until I get it to work the way I want it.