Update filetree.lua

pull/298/head
SamPosh 2 years ago committed by GitHub
parent 6ec9ef8fb0
commit e2c244a3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>')
} }

Loading…
Cancel
Save