diff options
Diffstat (limited to 'dot_config/nvim/lsp/tinymist.fnl')
| -rw-r--r-- | dot_config/nvim/lsp/tinymist.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/nvim/lsp/tinymist.fnl b/dot_config/nvim/lsp/tinymist.fnl new file mode 100644 index 0000000..4781bdf --- /dev/null +++ b/dot_config/nvim/lsp/tinymist.fnl @@ -0,0 +1,4 @@ +{:cmd [:tinymist :lsp] + :filetypes [:typst] + ; if there's no main.typ, it's probably not a project anyway + :root_markers [:main.typ]} |
