feat: setup mini.pick, oil.nvim and lazydev.nvim

This commit is contained in:
CronyAkatsuki 2025-10-21 10:08:19 +02:00
parent 3a99d36890
commit d0ab90518d
6 changed files with 28 additions and 0 deletions

View file

@ -1,5 +1,14 @@
vim.pack.add({
-- Colorscheme
{src = "https://github.com/ellisonleao/gruvbox.nvim"},
-- Treesitter parsers
{src = "https://github.com/nvim-treesitter/nvim-treesitter"},
-- Preconfigured lsp's
{src = "https://github.com/neovim/nvim-lspconfig"},
-- Nice file manager
{src = "https://github.com/stevearc/oil.nvim"},
-- 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"},
})