diff options
author | Abouzar Parvan <[email protected]> | 2021-09-26 13:33:54 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-26 13:33:54 +0330 |
commit | 1d96533f17103fc05f2b64921137bba11224e6b0 (patch) | |
tree | 74f1cb8d7391caa32b5b714489755d0c040c8b1b /lua/core/nvimtree.lua | |
parent | 61b56a7bb19771247fc2c40b453d0f905581125e (diff) |
lsp_diagnostics is part of the nvim-tree setup now (#1623)
Diffstat (limited to 'lua/core/nvimtree.lua')
-rw-r--r-- | lua/core/nvimtree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "", |