diff options
author | Chris <[email protected]> | 2021-03-15 13:50:39 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 13:50:39 -0400 |
commit | c9a5ddf161bfd9fddda037bd54453f8bcd7d0c18 (patch) | |
tree | dc45f157910060a031f91b6d8d423981db56822a /lua/plugins.lua | |
parent | c2eb12dc46be3850f11789655fe967fd8f5b0743 (diff) |
remove snippets for now
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' } |