feat: adding keymaps and health

This commit is contained in:
Thomas Alcala Schneider 2023-03-22 17:54:34 +01:00
parent 1fd5843cf1
commit a266489958
No known key found for this signature in database
GPG key ID: 24BE5CF48622091B
7 changed files with 344 additions and 0 deletions

View file

@ -0,0 +1,7 @@
return {
"windwp/nvim-spectre",
-- stylua: ignore
keys = {
{ "<leader>sr", function() require("spectre").open() end, desc = "Replace in files (Spectre)" },
},
}