diff options
author | Guangxiong Lin <[email protected]> | 2023-09-01 22:49:31 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-09-01 22:49:31 +0800 |
commit | 6586bfb33243f469ff5628072d3122a45e16123c (patch) | |
tree | 7959b2ca89f6aa7dab55503a183bcc00f68b8df7 /.vim/after/plugin/minpac.vim | |
parent | cd3a485f1bc8b343a517327840e78f881cbac6de (diff) | |
download | dotfiles-6586bfb33243f469ff5628072d3122a45e16123c.tar.gz dotfiles-6586bfb33243f469ff5628072d3122a45e16123c.tar.bz2 dotfiles-6586bfb33243f469ff5628072d3122a45e16123c.zip |
Remove nvim plugins config
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 61728b6..a0bc261 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -32,33 +32,6 @@ function! InitMinpac() abort call minpac#add('https://github.com/andymass/vim-matchup.git', {'type': 'start'}) call minpac#add('https://github.com/wellle/targets.vim.git', {'type': 'start'}) - if has('nvim') - call minpac#add('https://github.com/nvim-lua/plenary.nvim', {'type': 'opt'}) - call minpac#add('https://github.com/sindrets/diffview.nvim', {'type': 'opt'}) - call minpac#add('https://github.com/f-person/git-blame.nvim', {'type': 'opt'}) - - call minpac#add('https://github.com/simrat39/symbols-outline.nvim', {'type': 'opt'}) - - call minpac#add('https://github.com/neovim/nvim-lspconfig', {'type': 'opt'}) - call minpac#add('https://github.com/ray-x/lsp_signature.nvim', {'type': 'opt'}) - - call minpac#add('https://github.com/mfussenegger/nvim-dap', {'type': 'opt'}) - call minpac#add('https://github.com/rcarriga/nvim-dap-ui', {'type': 'opt'}) - call minpac#add('https://github.com/leoluz/nvim-dap-go', {'type': 'opt'}) - - call minpac#add('https://github.com/hrsh7th/nvim-cmp', {'type': 'opt'}) - call minpac#add('https://github.com/hrsh7th/cmp-buffer', {'type': 'opt'}) - call minpac#add('https://github.com/hrsh7th/cmp-path', {'type': 'opt'}) - call minpac#add('https://github.com/hrsh7th/cmp-nvim-lsp', {'type': 'opt'}) - call minpac#add('https://github.com/hrsh7th/cmp-cmdline', {'type': 'opt'}) - call minpac#add('https://github.com/quangnguyen30192/cmp-nvim-ultisnips', {'type': 'opt'}) - - call minpac#add('https://github.com/nvim-treesitter/nvim-treesitter', { - \ 'type': 'opt', - \ 'do': 'if has("nvim") | packadd nvim-treesitter | :TSUpdate | endif', - \ }) - endif - call minpac#add('https://github.com/prabirshrestha/asyncomplete.vim.git', {'type': 'opt'}) call minpac#add('https://github.com/prabirshrestha/asyncomplete-lsp.vim.git', {'type': 'opt'}) call minpac#add('https://github.com/prabirshrestha/asyncomplete-ultisnips.vim.git', {'type': 'opt'}) |