remove snippets for now

This commit is contained in:
Chris 2021-03-15 13:50:39 -04:00
parent c2eb12dc46
commit c9a5ddf161
3 changed files with 10 additions and 9 deletions

View file

@ -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' }