diff options
| author | Chris <[email protected]> | 2021-03-20 04:22:36 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-20 04:22:36 -0400 | 
| commit | 0ae61fee049eba7d99df623631c5e2d0a0982f4d (patch) | |
| tree | 5adc403d1861d73da87ef4e68dae6a693524e3fb /lua | |
| parent | ae6eca458106ef2a93ce8ae080a5a89298bcc886 (diff) | |
remove old python snippet plugin
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 5aabf844..aaca74b0 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -37,15 +37,13 @@ return require('packer').startup(function(use)      use 'christianchiarulli/emmet-vim'      use 'hrsh7th/vim-vsnip'      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 'ChristianChiarulli/java-snippets' +    use 'ChristianChiarulli/python-snippets' +    -- use 'cstrap/python-snippets'      -- use 'ylcnfrht/vscode-python-snippet-pack'      -- use 'SirVer/ultisnips'      -- use 'norcalli/snippets.nvim' | 
