added commenting support
This commit is contained in:
parent
3879718cea
commit
0350571803
3 changed files with 7 additions and 0 deletions
1
lua/commenter.lua
Normal file
1
lua/commenter.lua
Normal file
|
@ -0,0 +1 @@
|
|||
require('nvim_comment').setup()
|
|
@ -25,6 +25,9 @@ return packer.startup(
|
|||
use "windwp/nvim-autopairs"
|
||||
use "alvan/vim-closetag"
|
||||
|
||||
-- Comment
|
||||
use "terrortylor/nvim-comment"
|
||||
|
||||
-- snippet support
|
||||
use "hrsh7th/vim-vsnip"
|
||||
use "rafamadriz/friendly-snippets"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue