Files
neovim-config/lua/plugins/comment.lua
T
rootiest 2807567e34 🖍️ Plugin and Theme Formatting
- Formatting cleanup
2024-07-12 21:39:48 -04:00

11 lines
342 B
Lua

-- -----------------------------------------------------------------------------
-- --------------------------------- Comment -----------------------------------
-- -----------------------------------------------------------------------------
return {
"numToStr/Comment.nvim",
config = function()
require("Comment").setup()
end,
}