11 lines
221 B
Lua
Executable File
11 lines
221 B
Lua
Executable File
return {
|
|
-- add comment keybinds
|
|
'numToStr/Comment.nvim',
|
|
opts = {},
|
|
lazy = false,
|
|
config = function()
|
|
require('Comment').setup()
|
|
require('Comment.ft').set('hyprlang', '#%s')
|
|
end
|
|
}
|