My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Edit lsp settings for typst and add configurations for javascript

yemou 69199f2d ff9c99dc

+6 -3
+6 -3
config/kak/kakrc
··· 7 7 # kak-lsp 8 8 eval %sh{ kak-lsp } 9 9 10 - hook global WinSetOption filetype=(c|cpp|go|nix|python|typst|zig|java) %{ 10 + hook global WinSetOption filetype=(c|cpp|go|java|javascript|nix|python|typst|zig) %{ 11 11 lsp-enable-window 12 12 13 13 map global user l %{:enter-user-mode lsp<ret>} -docstring 'Enter kak-lsp mode' ··· 52 52 outputPath = "/tmp/tinymist/$root/$dir/$name" 53 53 fontPaths = [ "./assets/fonts" ] 54 54 formatterMode = "typstyle" 55 - exportPdf = "onType" 56 55 } 57 56 } 58 57 ··· 167 166 } 168 167 169 168 # Filetype specific options 170 - hook global WinSetOption filetype=(css|html|java|markdown|nix|typst|xml|yaml) %{ 169 + hook global WinSetOption filetype=(css|html|java|javascript|markdown|nix|typst|xml|yaml) %{ 171 170 m-whitespace spaces 2 172 171 } 173 172 ··· 182 181 183 182 hook global WinSetOption filetype=java %{ 184 183 set-option buffer formatcmd "google-java-format -" 184 + } 185 + 186 + hook global WinSetOption filetype=javascript %{ 187 + set-option buffer formatcmd "prettier --parser babel" 185 188 } 186 189 187 190 hook global WinSetOption filetype=(python|zig) %{