My configurations for the software I use
1
fork

Configure Feed

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

Update options for typst lsp and add keybind to open preview

yemou dc62a4af d99ebbc2

+7 -3
+7 -3
config/kak/kakrc
··· 56 56 root_globs = [ ".git" ] 57 57 settings_section = "tinymist" 58 58 [tinymist.settings.tinymist] 59 - outputPath = "$root/_preview/$dir/$name" 60 - fontPaths = [ "./assets/fonts" ] 59 + exportPdf = "onType" 60 + outputPath = "$root/out/$dir/$name" 61 + fontPaths = [ "$root/fonts" ] 61 62 formatterMode = "typstyle" 62 - typstExtraArgs = [ "--features=html" ] 63 + projectResolution = "lockDatabase" 64 + # typstExtraArgs = [ "--features=html" ] 63 65 } 66 + 67 + map buffer user p ':lsp-execute-command tinymist.startDefaultPreview %{}<ret>' -docstring 'Start typst preview' 64 68 } 65 69 66 70 hook -group lsp-filetype-roc global BufSetOption filetype=roc %{