This commit is contained in:
Jannik Donker
2024-06-03 09:36:01 +02:00
parent c1b3609ef1
commit 1fb78370d0
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@ return {
},
config = function()
vim.keymap.set("n", "<C-t>", ":Neotree toggle<CR>")
vim.cmd(":Neotree toggle <CR>")
end,
},
}