ref(nvim): format

This commit is contained in:
Léana 江 2023-12-21 20:44:52 +01:00 committed by Léana 江
parent 6ca290b871
commit 58c63bd4d2
3 changed files with 7 additions and 7 deletions

View file

@ -34,5 +34,5 @@ require "gitsigns".setup {
-- Text object
map({ "o", "x" }, "ih", ":<C-U>Gitsigns select_hunk<CR>")
end
end,
}