Compare commits

...

3 commits

Author SHA1 Message Date
Omar Abragh
db270fdd8a
Merge 4f3d75bd54 into f672d3cdee 2024-12-06 19:08:08 +01:00
Ching Pei Yang
f672d3cdee
fix: bad comment keymaps (#488)
Co-authored-by: raf <raf@notashelf.dev>
2024-12-06 12:57:33 +00:00
Omar Abragh
4f3d75bd54 lualine: fix builtin_themes list 2024-12-05 12:59:01 +00:00
2 changed files with 9 additions and 5 deletions

View file

@ -24,6 +24,7 @@ in {
or '<Plug>(comment_toggle_linewise_count)' or '<Plug>(comment_toggle_linewise_count)'
end end
'' { '' {
lua = true;
expr = true; expr = true;
desc = mappings.toggleCurrentLine.description; desc = mappings.toggleCurrentLine.description;
}) })
@ -33,6 +34,7 @@ in {
or '<Plug>(comment_toggle_blockwise_count)' or '<Plug>(comment_toggle_blockwise_count)'
end end
'' { '' {
lua = true;
expr = true; expr = true;
desc = mappings.toggleCurrentBlock.description; desc = mappings.toggleCurrentBlock.description;
}) })

View file

@ -13,41 +13,43 @@
builtin_themes = [ builtin_themes = [
"auto" "auto"
"16color" "16color"
"gruvbox"
"ayu_dark" "ayu_dark"
"ayu_light" "ayu_light"
"ayu_mirage" "ayu_mirage"
"ayu" "ayu"
"base16"
"codedark" "codedark"
"dracula" "dracula"
"everforest" "everforest"
"gruvbox" "gruvbox"
"gruvbox_dark" "gruvbox_dark"
"gruvbox_light" "gruvbox_light"
"gruvbox_material" "gruvbox-material"
"horizon" "horizon"
"iceberg_dark" "iceberg_dark"
"iceberg_light" "iceberg_light"
"iceberg" "iceberg"
"jellybeans" "jellybeans"
"material" "material"
"modus_vivendi" "modus-vivendi"
"molokai" "molokai"
"moonfly" "moonfly"
"nightfly" "nightfly"
"nord" "nord"
"oceanicnext" "OceanicNext"
"onedark" "onedark"
"onelight" "onelight"
"palenight" "palenight"
"papercolor_dark" "papercolor_dark"
"papercolor_light" "papercolor_light"
"PaperColor"
"powerline_dark" "powerline_dark"
"powerline" "powerline"
"pywal"
"seoul256" "seoul256"
"solarized_dark" "solarized_dark"
"solarized_light" "solarized_light"
"tomorrow" "Tomorrow"
"wombat" "wombat"
]; ];
in { in {