Show diagnostics in status line and file tree

This commit is contained in:
2022-02-01 20:09:23 +03:00
parent 4173334340
commit cea47c0f76
3 changed files with 14 additions and 5 deletions

View File

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