add comment line
This commit is contained in:
parent
51a6fb015c
commit
49a2c15d1d
2 changed files with 10 additions and 1 deletions
|
|
@ -14,6 +14,15 @@ return {
|
|||
},
|
||||
-------------------------------------UTILS-------------------------------------
|
||||
require 'custom.plugins.avante',
|
||||
'JoosepAlviste/nvim-ts-context-commentstring',
|
||||
{
|
||||
'numToStr/Comment.nvim',
|
||||
config = function()
|
||||
require('Comment').setup {
|
||||
pre_hook = require('ts_context_commentstring.integrations.comment_nvim').create_pre_hook(),
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
'kdheepak/lazygit.nvim',
|
||||
lazy = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue