From a7a63af9850608783bf7a5dc128419a8b71a2718 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Mon, 7 Feb 2022 12:01:31 +0100 Subject: [PATCH] Remove duplicate plugin entries --- packages.vim | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/packages.vim b/packages.vim index 164be60..2d56352 100644 --- a/packages.vim +++ b/packages.vim @@ -27,25 +27,16 @@ Plug 'mhinz/vim-signify' " LSP Plug 'neovim/nvim-lspconfig' -Plug 'hrsh7th/cmp-nvim-lsp' Plug 'hrsh7th/cmp-buffer' +Plug 'hrsh7th/cmp-nvim-lsp' +Plug 'hrsh7th/cmp-path' +Plug 'hrsh7th/cmp-vsnip' Plug 'hrsh7th/nvim-cmp' +Plug 'hrsh7th/vim-vsnip' Plug 'nvim-lua/plenary.nvim' Plug 'scalameta/nvim-metals' -Plug 'hrsh7th/cmp-vsnip' -Plug 'hrsh7th/vim-vsnip' - -" Plug 'neoclide/coc.nvim', {'branch': 'release'} -Plug 'neovim/nvim-lspconfig' Plug 'williamboman/nvim-lsp-installer' -Plug 'scalameta/nvim-metals' -Plug 'hrsh7th/cmp-buffer' -Plug 'hrsh7th/cmp-path' -Plug 'hrsh7th/cmp-nvim-lsp' -Plug 'hrsh7th/nvim-cmp' -Plug 'hrsh7th/cmp-vsnip' -Plug 'hrsh7th/vim-vsnip' -"Plug 'nvim-lua/completion-nvim' + Plug 'nvim-treesitter/nvim-treesitter', {'branch': '0.5-compat', 'do': ':TSUpdate'} Plug 'nvim-lua/lsp-status.nvim' Plug 'RishabhRD/popfix'