Added snippets

This commit is contained in:
Bryan Ramos 2023-04-13 04:46:26 -04:00
parent 89c521adb7
commit 76c9bf4dcc
2 changed files with 19 additions and 12 deletions

View file

@ -30,3 +30,6 @@ require'nvim-treesitter.configs'.setup {
enable = true, enable = true,
}, },
} }
-- Init Snippets
vim.g.snipMate = { snippet_version = 1 }

View file

@ -33,6 +33,10 @@ return packer.startup(function(use)
} }
} }
-- Vim Snippets
use 'garbas/vim-snipmate'
use 'honza/vim-snippets'
-- Lualine -- Lualine
use {'nvim-lualine/lualine.nvim', use {'nvim-lualine/lualine.nvim',
after = 'github-nvim-theme', after = 'github-nvim-theme',