dotfiles/.config/nvim/lua/plugins/extras/ui/comment-box.lua
Sergio Laín 353bbc67f2
feat(nvim): added a lot of extras
wildfire, neorg, obsidian, autosave, no-neck-pain, etc
2023-11-16 23:48:31 +01:00

5 lines
83 B
Lua

return {
"LudoPinelli/comment-box.nvim",
event = "BufReadPost",
opts = {},
}