added commenting support

This commit is contained in:
ashincoder
2021-06-15 15:55:32 +05:30
parent 3879718cea
commit 0350571803
3 changed files with 7 additions and 0 deletions

View File

@@ -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"