feat: update neotree binding to toggle
This commit is contained in:
parent
f6baa11fb6
commit
01060300d1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ return {
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
vim.keymap.set("n", "<Leader>nn", ":Neotree<CR>", { desc = "Open Neotree" })
|
vim.keymap.set("n", "<Leader>nn", ":Neotree toggle<CR>", { desc = "Toggle Neotree" })
|
||||||
|
|
||||||
local nt = require("neo-tree")
|
local nt = require("neo-tree")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue