remove unneeded packages

This commit is contained in:
Patrick Michl 2022-01-28 08:53:28 +01:00
parent c43b6e5704
commit a45fa180b3
No known key found for this signature in database
GPG Key ID: BFE0ACEE21CD5EB0
2 changed files with 3 additions and 4 deletions

View File

@ -32,8 +32,8 @@ return require('packer').startup({function()
opt = true, opt = true,
cmd = { 'Dispatch', 'Dispatch!' } cmd = { 'Dispatch', 'Dispatch!' }
} }
use 'scrooloose/nerdtree' -- use 'scrooloose/nerdtree'
use 'Xuyuanp/nerdtree-git-plugin' -- use 'Xuyuanp/nerdtree-git-plugin'
use 'tpope/vim-fugitive' use 'tpope/vim-fugitive'
use 'tpope/vim-commentary' use 'tpope/vim-commentary'
use 'sheerun/vim-polyglot' use 'sheerun/vim-polyglot'
@ -48,7 +48,6 @@ return require('packer').startup({function()
use 'akinsho/toggleterm.nvim' use 'akinsho/toggleterm.nvim'
-- LSP Setup -- LSP Setup
use 'neovim/nvim-lspconfig' use 'neovim/nvim-lspconfig'
-- use 'kabouzeid/nvim-lspinstall'
use 'williamboman/nvim-lsp-installer' use 'williamboman/nvim-lsp-installer'
use 'nvim-lua/lsp_extensions.nvim' use 'nvim-lua/lsp_extensions.nvim'
use 'nvim-lua/completion-nvim' use 'nvim-lua/completion-nvim'