mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(dial.nvim): added boolean and logical toggles to default group. Fixes #4515
This commit is contained in:
parent
a7eca05609
commit
5e485d39b4
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ return {
|
|||
ordinal_numbers,
|
||||
weekdays,
|
||||
months,
|
||||
capitalized_boolean,
|
||||
augend.constant.alias.bool, -- boolean value (true <-> false)
|
||||
logical_alias,
|
||||
},
|
||||
typescript = {
|
||||
augend.integer.alias.decimal_int, -- nonnegative and negative decimal number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue