aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/comment.lua
blob: e6b597dbdc55e3dceeab11327c6667ab98ace952 (plain) (blame)
1
2
3
4
5
6
7
return {
    'numToStr/Comment.nvim',
    opts = {
        -- add any options here
    },
    lazy = false,
}