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

View file

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