Clean up keymaps

This commit is contained in:
2023-09-24 02:43:23 +02:00
parent 7f0d1706b3
commit 337a65e87f
17 changed files with 102 additions and 109 deletions
+1 -1
View File
@@ -16,4 +16,4 @@
-- https://github.com/rbong/vim-flog
vim.keymap.set("n", "<leader>gl", ":Flog<CR>", { remap = false, silent = true, })
vim.keymap.set("n", "<leader>gl", vim.cmd.Flog)