mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
showing diagnostics for the parent folder of the incriminated file
This commit is contained in:
@@ -138,6 +138,9 @@ return {
|
|||||||
diagnostics = {
|
diagnostics = {
|
||||||
-- Enable diagnostics for the tree
|
-- Enable diagnostics for the tree
|
||||||
enable = true,
|
enable = true,
|
||||||
|
-- Show diagnostics for the parent folder of the incriminated file
|
||||||
|
show_on_dirs = true
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
local whichKey = require("which-key")
|
local whichKey = require("which-key")
|
||||||
|
|||||||
Reference in New Issue
Block a user