This website requires JavaScript.
Explore
Help
Sign In
Zynh0722
/
nvim
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
54ea5e727e
nvim
/
after
/
plugin
/
comment.lua
7 lines
103 B
Lua
Raw
Normal View
History
Unescape
Escape
init commit
2023-03-10 14:58:22 +00:00
-- Enable Comment.nvim
update config
2023-03-19 06:49:58 +00:00
require
(
'
Comment
'
)
.
setup
(
{
options
=
{
theme
=
'
rose-pine
'
}
}
)