diff options
Diffstat (limited to 'lua/talha/packer.lua')
-rw-r--r-- | lua/talha/packer.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lua/talha/packer.lua b/lua/talha/packer.lua index c1980c5..411958e 100644 --- a/lua/talha/packer.lua +++ b/lua/talha/packer.lua @@ -15,7 +15,6 @@ return require('packer').startup(function(use) -- colorschemes use {'Mofiqul/vscode.nvim'} - use {'aditya-azad/candle-grey'} use { "theprimeagen/harpoon" } @@ -23,24 +22,4 @@ return require('packer').startup(function(use) use('tpope/vim-fugitive') - use({ - 'ludovicchabant/vim-gutentags', - ft={'h', 'hpp', 'c', 'cpp'} - }) - - use { - 'VonHeikemen/lsp-zero.nvim', - branch = 'v2.x', - requires = { - -- LSP Support - {'neovim/nvim-lspconfig'}, -- Required - {'williamboman/mason.nvim'}, -- Optional - {'williamboman/mason-lspconfig.nvim'}, -- Optional - - -- Autocompletion - {'hrsh7th/nvim-cmp'}, -- Required - {'hrsh7th/cmp-nvim-lsp'}, -- Required - {'L3MON4D3/LuaSnip'}, -- Required - } - } end) |