nixos/home/neovim/config/lua/plugins/comment.lua

8 lines
159 B
Lua
Raw Normal View History

return {
"numToStr/Comment.nvim",
dependencites = { "nvim-treesitter" },
keys = { "gc", "gb" },
config = true,
opts = { ignore = "^$" },
}