Files
nvim/lua/custom/plugins/comment.lua
2026-02-26 11:15:22 +01:00

9 lines
166 B
Lua

-- Add custom comments package
-- https://github.com/numToStr/Comment.nvim
return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
}
}