move file tree keymap to remaps.lua

This commit is contained in:
2022-02-28 18:35:28 +03:00
parent 5b8a4d1996
commit cb3f079209
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
local nmap = require("user.utils").nmap
vim.g.nvim_tree_show_icons = {
git = 1,
files = 1,
@@ -73,5 +71,3 @@ require("nvim-tree").setup({
icons = { hint = "", info = "", warning = "", error = "" },
},
})
nmap("<leader>b", ":NvimTreeToggle<CR>")