Compare commits

..

2 commits

Author SHA1 Message Date
013cdcb45e chore: update plugins. 2025-10-21 20:35:08 +02:00
5ebe154f29 feat: remove unnedded plugins. 2025-10-21 20:34:58 +02:00
2 changed files with 2 additions and 12 deletions

View file

@ -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" },
})

View file

@ -4,25 +4,17 @@
"rev": "5e0a460",
"src": "https://github.com/ellisonleao/gruvbox.nvim"
},
"lazydev.nvim": {
"rev": "e28ce52",
"src": "https://github.com/folke/lazydev.nvim"
},
"mini.nvim": {
"rev": "14145d3",
"rev": "cf32454",
"src": "https://github.com/nvim-mini/mini.nvim"
},
"nvim-lspconfig": {
"rev": "ac98db2",
"rev": "e5c61b0",
"src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-treesitter": {
"rev": "42fc28ba",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"oil.nvim": {
"rev": "7e1cd77",
"src": "https://github.com/stevearc/oil.nvim"
}
}
}