Files
nvim/lua/plugins/comment.lua
T
2024-08-11 03:56:42 +02:00

12 lines
205 B
Lua

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