Update filetree.lua

This commit is contained in:
SamPosh 2023-04-11 19:04:49 +05:30 committed by GitHub
parent 6ec9ef8fb0
commit e2c244a3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ return {
"MunifTanjim/nui.nvim", "MunifTanjim/nui.nvim",
}, },
config = function () config = function ()
require('neo-tree').setup {} require('neo-tree').setup{}
end, end,
vim.keymap.set('n', '<C-b>', '<Cmd>Neotree toggle<CR>')
} }