fix(nvim): typst setup
This commit is contained in:
parent
730ec10e1c
commit
f99900d196
2 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ return {
|
||||||
ft('proto'):fmt('buf'):lint('buf')
|
ft('proto'):fmt('buf'):lint('buf')
|
||||||
ft('dockerfile'):lint('hadolint')
|
ft('dockerfile'):lint('hadolint')
|
||||||
ft('tex'):fmt('latexindent')
|
ft('tex'):fmt('latexindent')
|
||||||
|
ft('typst'):fmt('typstyle')
|
||||||
ft('cmake'):fmt('cmake-format')
|
ft('cmake'):fmt('cmake-format')
|
||||||
ft('make'):lint('checkmake')
|
ft('make'):lint('checkmake')
|
||||||
ft('cpp'):lint('cpplint')
|
ft('cpp'):lint('cpplint')
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@ in
|
||||||
slack
|
slack
|
||||||
gemini-cli
|
gemini-cli
|
||||||
typst
|
typst
|
||||||
|
typstyle
|
||||||
glab
|
glab
|
||||||
]
|
]
|
||||||
++ lib.optionals hostConfig.isLinux [
|
++ lib.optionals hostConfig.isLinux [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue