Posts tagged Plugin
Comment out selection range in Neovim: Introduce comment.nvim with vim-plug
- 2025/05/29
When using Neovim, there are many situations where you especially want to comment out a certain range of code. In this article, we will introduce the lightweight Lua plugin comment.nvim using vim-plug to smoothly turn comments on and off according to file type.