From e184d7cee358abc277a51f040cacf236f1eaceab Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 16 Aug 2024 16:28:22 -0400 Subject: removed lspzero, updated keymaps --- nvim/lua/plugins/lspzero.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 nvim/lua/plugins/lspzero.lua (limited to 'nvim/lua/plugins/lspzero.lua') diff --git a/nvim/lua/plugins/lspzero.lua b/nvim/lua/plugins/lspzero.lua deleted file mode 100644 index 66c4709..0000000 --- a/nvim/lua/plugins/lspzero.lua +++ /dev/null @@ -1,16 +0,0 @@ -return { - 'VonHeikemen/lsp-zero.nvim', - branch = 'v2.x', - dependencies = { - -- LSP Support - {'neovim/nvim-lspconfig'}, -- Required - {'williamboman/mason.nvim'}, -- Optional - {'williamboman/mason-lspconfig.nvim'}, -- Optional - - -- Autocompletion - -- TODO: move dependencies - {'hrsh7th/nvim-cmp'}, -- Required - {'hrsh7th/cmp-nvim-lsp'}, -- Required - {'L3MON4D3/LuaSnip'}, -- Required - } -} -- cgit v1.2.3