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

@ -12,4 +12,5 @@ return {
config = function () config = function ()
require('neo-tree').setup{} require('neo-tree').setup{}
end, end,
vim.keymap.set('n', '<C-b>', '<Cmd>Neotree toggle<CR>')
} }