Add svelte

main
Julius Riegel 5 months ago
parent 3ffc2df78b
commit 64e15f78f2

@ -61,6 +61,7 @@
"ui.statusline.insert" = { fg = "background_dark", bg = "pink"}
"ui.statusline.select" = { fg = "background_dark", bg = "cyan"}
"info" = { fg = "cyan" }
"error" = { fg = "red" }
"warning" = { fg = "cyan" }

@ -18,7 +18,7 @@ local mod = function(packages)
}
end
config.firefox_profile = path.join {silo.dirs.home, ".mozilla/firefox/default"}
config.firefox_profile = path.join { silo.dirs.home, ".mozilla/firefox/default" }
-- default configurations for software
config.broot = { icons = false }
@ -148,6 +148,9 @@ config.modules = {
yaml = mod {
'yaml-language-server',
},
svelte = mod {
'svelte-language-server',
},
markdown = mod {
'marksman',
'markdown-oxide',

Loading…
Cancel
Save