🗑️ remove(nvim): <leader>l keymap because of conflict
This commit is contained in:
parent
1df81d9171
commit
fd9297666a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ end
|
|||
map("n", "<leader>?", searching_brave, { noremap = true, silent = true, desc = "Search current word on brave search" })
|
||||
|
||||
-- Lazy options
|
||||
map("n", "<leader>l", "<Nop>")
|
||||
map("n", "<leader>ll", "<cmd>Lazy<cr>", { desc = "Lazy" })
|
||||
-- stylua: ignore start
|
||||
map("n", "<leader>ld", function() vim.fn.system({ "xdg-open", "https://lazyvim.org" }) end, { desc = "LazyVim Docs" })
|
||||
|
|
Loading…
Add table
Reference in a new issue