added lazy plugin manager, catppuccin color scheme, lualine

This commit is contained in:
2026-05-24 04:18:38 +02:00
parent 9df5e35b8d
commit fcbf24c8cb
11 changed files with 506 additions and 27 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ local enabled_ft = {
local parser_ft_map = {
-- parser = { list of filetypes }
bash = { "bash", "sh", "template" },
bash = { "bash", "template" },
}
-- Force enable syntax if it is not working automatically