From 5ebe154f2935ee2f6965fc8f3beba4c926ad42fc Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 20:34:58 +0200 Subject: feat: remove unnedded plugins. --- lua/config/pack.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua') diff --git a/lua/config/pack.lua b/lua/config/pack.lua index 7480a0c..2aff5f1 100644 --- a/lua/config/pack.lua +++ b/lua/config/pack.lua @@ -7,6 +7,4 @@ vim.pack.add({ { src = "https://github.com/neovim/nvim-lspconfig" }, -- Amazing neovim bundle of plugins that are super nice { src = "https://github.com/nvim-mini/mini.nvim" }, - -- Fix the annoying neovim+lua errors - { src = "https://github.com/folke/lazydev.nvim" }, }) -- cgit v1.1