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

@ -4,6 +4,14 @@
"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"
},
"nvim-lspconfig": {
"rev": "ac98db2",
"src": "https://github.com/neovim/nvim-lspconfig"
@ -11,6 +19,10 @@
"nvim-treesitter": {
"rev": "42fc28ba",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"oil.nvim": {
"rev": "7e1cd77",
"src": "https://github.com/stevearc/oil.nvim"
}
}
}