From 1d96533f17103fc05f2b64921137bba11224e6b0 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sun, 26 Sep 2021 13:33:54 +0330 Subject: lsp_diagnostics is part of the nvim-tree setup now (#1623) --- lua/core/nvimtree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/nvimtree.lua') diff --git a/lua/core/nvimtree.lua b/lua/core/nvimtree.lua index 44d3031f..dfcbb1fa 100644 --- a/lua/core/nvimtree.lua +++ b/lua/core/nvimtree.lua @@ -13,6 +13,7 @@ function M.config() update_focused_file = { enable = 1, }, + lsp_diagnostics = 1, }, width = 30, show_icons = { @@ -28,7 +29,6 @@ function M.config() git_hl = 1, root_folder_modifier = ":t", allow_resize = 1, - lsp_diagnostics = 1, auto_ignore_ft = { "startify", "dashboard" }, icons = { default = "", -- cgit v1.2.3