Update remap.lua

This commit is contained in:
vx_clutch
2025-06-02 08:17:40 -04:00
committed by GitHub
parent 6e9c291c20
commit 7d6bc63984

View File

@@ -20,7 +20,7 @@ map("n", "<C-d>", "<C-d>zz")
map("n", "<C-u>", "<C-u>zz")
-- File navigation --
map("n", "<leader>pv", ":Oil<CR>")
map("n", "<leader>o", ":Oil<CR>")
-- LSP
map("n", "gd", vim.lsp.buf.definition)