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 e1fe33d..82eaf74 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 @@ -138,6 +138,9 @@ return { diagnostics = { -- Enable diagnostics for the tree enable = true, + -- Show diagnostics for the parent folder of the incriminated file + show_on_dirs = true + } }) local whichKey = require("which-key")