From 5ebe154f2935ee2f6965fc8f3beba4c926ad42fc Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 20:34:58 +0200 Subject: [PATCH] feat: remove unnedded plugins. --- lua/config/pack.lua | 2 -- nvim-pack-lock.json | 8 -------- 2 files changed, 10 deletions(-) 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" }, }) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 5292179..fd99926 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -4,10 +4,6 @@ "rev": "5e0a460", "src": "https://github.com/ellisonleao/gruvbox.nvim" }, - "lazydev.nvim": { - "rev": "e28ce52", - "src": "https://github.com/folke/lazydev.nvim" - }, "mini.nvim": { "rev": "14145d3", "src": "https://github.com/nvim-mini/mini.nvim" @@ -19,10 +15,6 @@ "nvim-treesitter": { "rev": "42fc28ba", "src": "https://github.com/nvim-treesitter/nvim-treesitter" - }, - "oil.nvim": { - "rev": "7e1cd77", - "src": "https://github.com/stevearc/oil.nvim" } } } \ No newline at end of file