feat(nvim): add a keymap for switching to the

...alternative file
This commit is contained in:
Oliver Davies 2023-09-14 19:08:50 +01:00
parent f9b8a73ca4
commit ca2e48dbdb

View file

@ -52,3 +52,7 @@ local heuristics = {
}
vim.g.projectionist_heuristics = heuristics
local nmap = require("opdavies.keymap").nmap
nmap { "<leader>aa", "<cmd>A<cr>" }