Files
nvim/lua/plugins/comment.lua
T

13 lines
222 B
Lua

-- https://github.com/numToStr/Comment.nvim
---@type LazyPluginSpec
return {
"numToStr/Comment.nvim",
lazy = true,
event = "VimEnter",
opts = {
--ignore empty lines
ignore = "^$",
},
}