fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731)

This commit is contained in:
Abouzar Parvan 2021-10-10 14:04:06 +03:30 committed by GitHub
parent c44550249b
commit 8c03df505f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",