mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
updates
This commit is contained in:
parent
516c505d2b
commit
dae005f87f
6 changed files with 26 additions and 5 deletions
|
@ -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' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue