diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 3dae1994..3c1883e4 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -33,10 +33,11 @@ return require('packer').startup(function() -- Autocomplete use 'hrsh7th/nvim-compe' use 'hrsh7th/vim-vsnip' - use 'honza/vim-snippets' - use 'norcalli/snippets.nvim' - + use 'hrsh7th/vim-vsnip-integ' -- use 'SirVer/ultisnips' + -- use 'honza/vim-snippets' + -- use 'norcalli/snippets.nvim' + -- Treesitter use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' } |