Show diagnostics in status line and file tree
This commit is contained in:
@@ -48,6 +48,11 @@ require("nvim-tree").setup({
|
||||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
show_on_dirs = true,
|
||||
icons = { hint = "", info = "", warning = "", error = "" },
|
||||
},
|
||||
})
|
||||
|
||||
nmap("<leader>b", ":NvimTreeToggle<CR>")
|
||||
|
||||
Reference in New Issue
Block a user