fixed neotree config

This commit is contained in:
Jannik Donker
2024-04-07 12:28:24 +02:00
parent f018ac96af
commit da0e476ae8
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -7,5 +7,9 @@ return {
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
},
config = function()
vim.keymap.set("n", "<C-t>", ":Neotree toggle<CR>")
vim.cmd(":Neotree toggle <CR>")
end,
},
}