1
0
Fork 0
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:
Henrik Hautakoski 2025-05-13 23:02:40 +02:00
parent d076a6f49f
commit 3b236f6ab4
5 changed files with 128 additions and 4 deletions

View file

@ -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" },