From d97766b0a75c4b376ff517ca1e88abc442aed38d Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Mar 2021 22:35:58 -0400 Subject: snippet stream --- lua/plugins.lua | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 684a4d0b..5aabf844 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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' -- cgit v1.2.3