git plugins

This commit is contained in:
2026-04-23 16:34:19 -05:00
parent 65992c0328
commit 5daf653ebb
4 changed files with 11 additions and 7 deletions
-2
View File
@@ -13,8 +13,6 @@ map("n", "<C-k>", "<C-w>k", { desc = "switch window up" })
map("n", "<Esc>", "<cmd>noh<CR>", { desc = "general clear highlights" })
map("n", "<leader>n", "<cmd>set nu!<CR>", { desc = "toggle line number" })
map("n", "<leader>/", "gcc", { desc = "toggle comment", remap = true })
map("v", "<leader>/", "gc", { desc = "toggle comment", remap = true })