Update lua.lua

Added snippet support for a later merge should the author decides that this type of snippet support fits his needs.
This commit is contained in:
Henri 2021-05-03 14:57:54 -07:00 committed by GitHub
parent adef2de8d5
commit 615c391d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ return require("packer").startup(
use "glepnir/galaxyline.nvim"
use "windwp/nvim-autopairs"
use "alvan/vim-closetag"
-- snippet support
use "hrsh7th/vim-vsnip"
use "rafamadriz/friendly-snippets"
-- file managing , picker etc
use "kyazdani42/nvim-tree.lua"