added commenting support
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user