From 7071939d62dfadc5a85514fd790fe4e57086704a Mon Sep 17 00:00:00 2001 From: Nicky Meuleman Date: Sun, 27 Oct 2024 20:34:46 +0100 Subject: [PATCH] fix(dial): follow comment explanation for typescript integer relevant doc page: https://github.com/monaqa/dial.nvim?tab=readme-ov-file#augend-alias --- lua/lazyvim/plugins/extras/editor/dial.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/dial.lua b/lua/lazyvim/plugins/extras/editor/dial.lua index 5d2dcaa1..1d1b6532 100644 --- a/lua/lazyvim/plugins/extras/editor/dial.lua +++ b/lua/lazyvim/plugins/extras/editor/dial.lua @@ -120,7 +120,7 @@ return { months, }, typescript = { - augend.integer.alias.decimal, -- nonnegative and negative decimal number + augend.integer.alias.decimal_int, -- nonnegative and negative decimal number augend.constant.alias.bool, -- boolean value (true <-> false) logical_alias, augend.constant.new({ elements = { "let", "const" } }),