mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 02:38:50 +02:00
feat: new mappings format for which-key v3. Forgot to push :)
This commit is contained in:
parent
4a6c0c2850
commit
702471e454
5 changed files with 94 additions and 80 deletions
|
@ -100,6 +100,7 @@ return {
|
|||
headline_highlights = {},
|
||||
-- disable bullets for now. See https://github.com/lukas-reineke/headlines.nvim/issues/66
|
||||
bullets = {},
|
||||
quote_string = false,
|
||||
}
|
||||
for i = 1, 6 do
|
||||
local hl = "Headline" .. i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue