From 8c03df505f63c5b326f16e63e06eb86023153868 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sun, 10 Oct 2021 14:04:06 +0330 Subject: fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731) --- lua/core/nvimtree.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lua/core') 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", -- cgit v1.2.3