mirror of
https://github.com/marianozunino/nvim.git
synced 2025-10-29 03:40:41 -03:00
dev: automated commit - 2025-08-27 17:32:41
This commit is contained in:
parent
05a716e91b
commit
4c1fd716a2
11 changed files with 333 additions and 62 deletions
|
|
@ -14,9 +14,9 @@ local M = {
|
|||
}
|
||||
|
||||
M.config = function()
|
||||
nmap("<leader>ff", function()
|
||||
require("flash").jump()
|
||||
end, { desc = "Flash" })
|
||||
-- nmap("<leader>ff", function()
|
||||
-- require("flash").jump()
|
||||
-- end, { desc = "Flash" })
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue