chore: added ripgrep config, switch nvim.mini repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user