diff options
author | Chris <[email protected]> | 2021-03-19 22:35:58 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-19 22:35:58 -0400 |
commit | d97766b0a75c4b376ff517ca1e88abc442aed38d (patch) | |
tree | eda3a82bf649f0f406c394616573bfa84d816f93 /lua/plugins.lua | |
parent | fa6fa14149f196e9f8052048c35cef6e5f7dff73 (diff) |
snippet stream
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 16 |
1 files changed, 10 insertions, 6 deletions
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' |