diff options
author | Chris <[email protected]> | 2021-03-15 11:54:53 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 11:54:53 -0400 |
commit | dae005f87f91b5ce150629f86f5f376a1f90f253 (patch) | |
tree | 868c8da424139fcceb7ead54278a9780b7cad749 /lua/plugins.lua | |
parent | 516c505d2b0741ab9dce6f700c6523256a156574 (diff) |
updates
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 2bd457ca..d54a59db 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -33,6 +33,10 @@ return require('packer').startup(function() -- Autocomplete use 'hrsh7th/nvim-compe' use 'hrsh7th/vim-vsnip' + use 'honza/vim-snippets' + use 'norcalli/snippets.nvim' + + -- use 'SirVer/ultisnips' -- Treesitter use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' } |