diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua index 79f7050..e1fe33d 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/nvimtree.lua @@ -135,6 +135,9 @@ return { -- Focus the file in the tree whenever it is focused in the editor enable = true }, + diagnostics = { + -- Enable diagnostics for the tree + enable = true, }) local whichKey = require("which-key")