index
:
freebsd-dotfiles
master
Current dotfiles for my FreeBSD install
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
,
}