mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
snippet stream
This commit is contained in:
parent
fa6fa14149
commit
d97766b0a7
8 changed files with 43 additions and 27 deletions
|
@ -34,15 +34,19 @@ return require('packer').startup(function(use)
|
|||
|
||||
-- Autocomplete
|
||||
use 'hrsh7th/nvim-compe'
|
||||
use 'christianchiarulli/emmet-vim'
|
||||
use 'hrsh7th/vim-vsnip'
|
||||
use 'hrsh7th/vim-vsnip-integ'
|
||||
use 'honza/vim-snippets'
|
||||
use 'xabikos/vscode-javascript'
|
||||
use 'cstrap/python-snippets'
|
||||
use 'dsznajder/vscode-es7-javascript-react-snippets'
|
||||
use 'golang/vscode-go'
|
||||
use 'rust-lang/vscode-rust'
|
||||
use 'ChristianChiarulli/html-snippets'
|
||||
-- use 'hrsh7th/vim-vsnip-integ'
|
||||
-- use 'honza/vim-snippets'
|
||||
-- use 'abusaidm/html-snippets' -- <- don't work
|
||||
-- use 'epilande/vim-react-snippets'
|
||||
-- use 'xabikos/vscode-javascript'
|
||||
-- use 'cstrap/python-snippets'
|
||||
-- use 'ylcnfrht/vscode-python-snippet-pack'
|
||||
-- use 'golang/vscode-go'
|
||||
-- use 'rust-lang/vscode-rust'
|
||||
-- use 'SirVer/ultisnips'
|
||||
-- use 'norcalli/snippets.nvim'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue