mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
remove snippets for now
This commit is contained in:
parent
c2eb12dc46
commit
c9a5ddf161
3 changed files with 10 additions and 9 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue