1
Fork 0

feat: attempt to use nvim-tree instead

This commit is contained in:
Matei Adriel 2022-02-07 13:57:57 +02:00
parent a5883567bb
commit 68ceebb595
3 changed files with 16 additions and 4 deletions
modules/applications

View file

@ -47,9 +47,8 @@ in
vim-devicons # nice looking icons
nvim-web-devicons # fork of vim-devicons?
plenary-nvim # async utility lib it seems?
nerdtree # file tree
nerdtree-git-plugin # show git status for files
nerdtree-syntax-highlight # syntax hightlight files in the tree
lualine-nvim # customizable status line
nvim-tree # file tree
];
};
}