chore: added ripgrep config, switch nvim.mini repo

This commit is contained in:
Vasili Svirydau
2026-05-13 14:19:58 -07:00
parent cebafd29d6
commit 883385cda2
4 changed files with 8 additions and 15 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ vim.pack.add(
{ src = "https://github.com/nvim-lua/plenary.nvim" }, -- Base functions library
{ src = "https://github.com/folke/lazydev.nvim" }, -- Lua Vim types
{ src = "https://github.com/andythigpen/nvim-coverage" }, -- Code coverage visualuzer
{ src = "https://github.com/echasnovski/mini.icons" }, -- Icons for Ctrl-P
{ src = "https://github.com/echasnovski/mini.pick" }, -- Ctrl-P Alternative
{ src = "https://github.com/echasnovski/mini.extra" }, -- Additional things for mini tools
{ src = "https://github.com/nvim-mini/mini.icons" }, -- Icons for Ctrl-P
{ src = "https://github.com/nvim-mini/mini.pick" }, -- Ctrl-P Alternative
{ src = "https://github.com/nvim-mini/mini.extra" }, -- Additional things for mini tools
{ src = "https://github.com/lewis6991/gitsigns.nvim" }, -- Show git changes in the gutter
{ src = "https://github.com/neovim/nvim-lspconfig" }, -- Common LSP Configurations
{ src = "https://github.com/sbdchd/neoformat" }, -- Formatter