mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
10 lines
205 B
Lua
10 lines
205 B
Lua
-- Commenting
|
|
-- "gc" to comment visual regions/lines
|
|
-- https://github.com/numToStr/Comment.nvim
|
|
return {
|
|
'numToStr/Comment.nvim',
|
|
version = '*',
|
|
event = { 'BufRead', 'BufNewFile' },
|
|
opts = {},
|
|
}
|