remove unneeded packages
This commit is contained in:
parent
c43b6e5704
commit
a45fa180b3
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user