mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
adding nvim/lua/user/plugins/ui/nvimtree.lua
This commit is contained in:
parent
d076a6f49f
commit
3b236f6ab4
5 changed files with 128 additions and 4 deletions
|
|
@ -11,7 +11,8 @@ return {
|
|||
{ import = "user.plugins.ui.statuscolumn" },
|
||||
{ import = "user.plugins.ui.gitsigns" },
|
||||
-- File explorer
|
||||
{ import = "user.plugins.ui.neotree" },
|
||||
-- { import = "user.plugins.ui.neotree" },
|
||||
{ import = "user.plugins.ui.nvimtree" },
|
||||
|
||||
{ "folke/which-key.nvim", event = "VeryLazy" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue