feat: working nvim-tree setup
This commit is contained in:
parent
68ceebb595
commit
ce832a3ca2
|
@ -5,7 +5,7 @@ local M = {}
|
||||||
function M.setup()
|
function M.setup()
|
||||||
require'nvim-tree'.setup()
|
require'nvim-tree'.setup()
|
||||||
-- Toggle nerdtree with Control-t
|
-- Toggle nerdtree with Control-t
|
||||||
mapSilent("n", "<C-t>", ":NvimTreeToggle<CR>")
|
mapSilent("n", "<C-n>", ":NvimTreeToggle<CR>")
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
@ -48,7 +48,7 @@ in
|
||||||
nvim-web-devicons # fork of vim-devicons?
|
nvim-web-devicons # fork of vim-devicons?
|
||||||
plenary-nvim # async utility lib it seems?
|
plenary-nvim # async utility lib it seems?
|
||||||
lualine-nvim # customizable status line
|
lualine-nvim # customizable status line
|
||||||
nvim-tree # file tree
|
nvim-tree-lua # file tree
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue