mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
never highlight any files
This commit is contained in:
@@ -126,6 +126,8 @@ return {
|
|||||||
add_trailing = false,
|
add_trailing = false,
|
||||||
-- Always group directories in the tree for those that only have one child node
|
-- Always group directories in the tree for those that only have one child node
|
||||||
group_empty = true,
|
group_empty = true,
|
||||||
|
-- Never highlight any files in a special way
|
||||||
|
special_files = {},
|
||||||
})
|
})
|
||||||
|
|
||||||
local whichKey = require("which-key")
|
local whichKey = require("which-key")
|
||||||
|
|||||||
Reference in New Issue
Block a user