mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add more constants to switch between
This commit is contained in:
@@ -11,6 +11,10 @@ return {
|
|||||||
augend.constant.alias.bool,
|
augend.constant.alias.bool,
|
||||||
augend.constant.alias.de_weekday,
|
augend.constant.alias.de_weekday,
|
||||||
augend.constant.alias.de_weekday_full,
|
augend.constant.alias.de_weekday_full,
|
||||||
|
augend.constant.new({ elements = { "before", "after" } }),
|
||||||
|
augend.constant.new({ elements = { "left", "right" } }),
|
||||||
|
augend.constant.new({ elements = { "let", "const" } }),
|
||||||
|
augend.constant.new({ elements = { "start", "end" } }),
|
||||||
augend.date.alias["%d.%m.%Y"],
|
augend.date.alias["%d.%m.%Y"],
|
||||||
augend.hexcolor.new({ case = "lower" }),
|
augend.hexcolor.new({ case = "lower" }),
|
||||||
augend.integer.alias.decimal_int,
|
augend.integer.alias.decimal_int,
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
-- vim-visincr
|
||||||
|
-- https://github.com/jikkujose/vim-visincr
|
||||||
return {
|
return {
|
||||||
"jikkujose/vim-visincr",
|
"jikkujose/vim-visincr",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user