feat: adding keymaps and health
This commit is contained in:
parent
1fd5843cf1
commit
a266489958
7 changed files with 344 additions and 0 deletions
7
lua/custom/plugins/nvim-spectre.lua
Normal file
7
lua/custom/plugins/nvim-spectre.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"windwp/nvim-spectre",
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<leader>sr", function() require("spectre").open() end, desc = "Replace in files (Spectre)" },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue