chore: added ripgrep config, switch nvim.mini repo
This commit is contained in:
@@ -8,3 +8,6 @@ neovim = "nightly"
|
||||
node = "21"
|
||||
rg = "latest"
|
||||
starship = "latest"
|
||||
|
||||
[env]
|
||||
RIPGREP_CONFIG_PATH = "~/.ripgreprc"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,18 +24,6 @@
|
||||
"rev": "e54f5bf5f12c560da31c17eee5b3e1bd369f3ff9",
|
||||
"src": "https://github.com/mason-org/mason.nvim"
|
||||
},
|
||||
"mini.extra": {
|
||||
"rev": "cf027da13fd217cfe3af6ef978d0e947c7ee0f7a",
|
||||
"src": "https://github.com/echasnovski/mini.extra"
|
||||
},
|
||||
"mini.icons": {
|
||||
"rev": "9c7b1b90b15bdd69c52f6e31889dbc9987c30ec4",
|
||||
"src": "https://github.com/echasnovski/mini.icons"
|
||||
},
|
||||
"mini.pick": {
|
||||
"rev": "975e398570dd15696575c5374f94e78fd29a7a69",
|
||||
"src": "https://github.com/echasnovski/mini.pick"
|
||||
},
|
||||
"neoformat": {
|
||||
"rev": "9d95e5ca3ab263363758d5b1d7a174a30556ab2d",
|
||||
"src": "https://github.com/sbdchd/neoformat"
|
||||
|
||||
Reference in New Issue
Block a user