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:
parent
adef2de8d5
commit
615c391d5d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue