neovim commenting plugin
This commit is contained in:
parent
9676d13187
commit
96d3e928b1
2 changed files with 4 additions and 0 deletions
|
@ -48,4 +48,7 @@ return require('packer').startup(function()
|
|||
"tpope/vim-repeat"
|
||||
}
|
||||
})
|
||||
|
||||
-- Commenting
|
||||
use 'terrortylor/nvim-comment'
|
||||
end)
|
||||
|
|
Reference in a new issue