mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
fix(nvim): Fix keymaps migration issues
This commit is contained in:
parent
f10828fdac
commit
42b83d4696
2 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ return {
|
|||
version = "*",
|
||||
lazy = false,
|
||||
keys = {
|
||||
{ "<leader>ft", ":NvimTreeToggle", desc = "Toggle File Explorer" },
|
||||
{ "<leader>ft", ":NvimTreeToggle<CR>", desc = "Toggle File Explorer" },
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue