diff options
| -rw-r--r-- | lua/core/nvimtree.lua | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/lua/core/nvimtree.lua b/lua/core/nvimtree.lua index efed03d1..048e25f7 100644 --- a/lua/core/nvimtree.lua +++ b/lua/core/nvimtree.lua @@ -12,7 +12,15 @@ function M.config()        update_focused_file = {          enable = true,        }, -      lsp_diagnostics = true, +      diagnostics = { +        enable = true, +        icons = { +          hint = "", +          info = "", +          warning = "", +          error = "", +        }, +      },        view = {          width = 30,          side = "left", | 
