mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
8 lines
126 B
Lua
Executable File
8 lines
126 B
Lua
Executable File
return {
|
|
'numToStr/Comment.nvim',
|
|
opts = {
|
|
-- add any options here
|
|
},
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
}
|