aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/config/pack.lua2
1 files changed, 0 insertions, 2 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" },
})