9 lines
166 B
Lua
9 lines
166 B
Lua
-- Add custom comments package
|
|
-- https://github.com/numToStr/Comment.nvim
|
|
return {
|
|
'numToStr/Comment.nvim',
|
|
opts = {
|
|
-- add any options here
|
|
}
|
|
}
|