From 00216181d2dea4ca8e44898aba459596b70220aa Mon Sep 17 00:00:00 2001 From: talha Date: Fri, 1 Mar 2024 22:18:47 +0500 Subject: Removed annoying and unused plugins: - Vim-Gutentags is gone. Rarely worked. - Lsp-Zero is gone. Was not used. --- lua/talha/packer.lua | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'lua/talha/packer.lua') 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) -- cgit v1.2.3