fix(dial.nvim): added boolean and logical toggles to default group. Fixes #4515
This commit is contained in:
@ -118,6 +118,9 @@ return {
|
|||||||
ordinal_numbers,
|
ordinal_numbers,
|
||||||
weekdays,
|
weekdays,
|
||||||
months,
|
months,
|
||||||
|
capitalized_boolean,
|
||||||
|
augend.constant.alias.bool, -- boolean value (true <-> false)
|
||||||
|
logical_alias,
|
||||||
},
|
},
|
||||||
typescript = {
|
typescript = {
|
||||||
augend.integer.alias.decimal_int, -- nonnegative and negative decimal number
|
augend.integer.alias.decimal_int, -- nonnegative and negative decimal number
|
||||||
|
Reference in New Issue
Block a user