summaryrefslogtreecommitdiff
path: root/lua/core/nvimtree.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-10-10 14:04:06 +0330
committerGitHub <[email protected]>2021-10-10 14:04:06 +0330
commit8c03df505f63c5b326f16e63e06eb86023153868 (patch)
tree2eb07c24d3c0a09e565b4e37f9d8e050771d0818 /lua/core/nvimtree.lua
parentc44550249b85307f668aff0d356c3461856c0e49 (diff)
fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731)
Diffstat (limited to 'lua/core/nvimtree.lua')
-rw-r--r--lua/core/nvimtree.lua10
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",