6 lines
103 B
Lua
6 lines
103 B
Lua
-- Enable Comment.nvim
|
|
require('Comment').setup({
|
|
options = {
|
|
theme = 'rose-pine'
|
|
}
|
|
})
|