mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Remove double declaration of variable
This commit is contained in:
parent
b77847e9cf
commit
a9e6a346d0
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ map("n", "<leader>aj", function()
|
|||
alternative_file.open("prev", "--exists")
|
||||
end, { desc = "Open previous alternative file" })
|
||||
|
||||
-- Import the map function from LazyVim
|
||||
local map = LazyVim.safe_keymap_set
|
||||
|
||||
-- Key mappings
|
||||
map("n", "<leader>Q", "<cmd>q!<cr>", { desc = "Quit" })
|
||||
map("n", "<leader>q", "<cmd>bdelete<cr>", { desc = "Close buffer" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue