use vtsls for js and add light theme for ghostty

reykjalin.org 906ae990 7642ad78

verified
Changed files
+9 -2
ghostty
helix
+1
.gitignore
··· 1 + helix/runtime
+2 -2
ghostty/config
··· 1 1 font-family = 0xProto 2 2 3 - shell-integration-features = sudo 3 + shell-integration-features = sudo,ssh-terminfo 4 4 5 5 keybind = global:cmd+shift+grave_accent=toggle_quick_terminal 6 6 ··· 9 9 font-feature = -liga 10 10 font-feature = -dlig 11 11 12 - theme = Catppuccin Mocha 12 + theme = dark:Catppuccin Mocha,light:Catppuccin Latte 13 13 14 14 macos-icon = custom-style 15 15 macos-icon-frame = chrome
+6
helix/languages.toml
··· 33 33 auto-format = true 34 34 35 35 [[language]] 36 + name = "javascript" 37 + language-servers = [ "vtsls" ] 38 + formatter = { command = "npx", args = [ "prettier"] } 39 + auto-format = true 40 + 41 + [[language]] 36 42 name = "svelte" 37 43 language-servers = [ "vtsls" ] 38 44 formatter = { command = "npx", args = [ "prettier", "--parser", "svelte" ] }