Added vsnip plugin

This commit is contained in:
2021-12-13 08:07:06 -05:00
parent a6b489de36
commit 9c48322f85
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
local g = vim.g
g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/'

View File

@@ -97,6 +97,8 @@ use {
config = get_config("neogit")
}
use {"hrsh7th/vim-vsnip", config = get_config("vsnip")}
-- Theme
use {
'EdenEast/nightfox.nvim',