diff options
| author | Igor <igorlfs@ufmg.br> | 2025-08-18 23:41:27 -0300 |
|---|---|---|
| committer | Igor <igorlfs@ufmg.br> | 2025-08-18 23:41:27 -0300 |
| commit | ec27b247a5e25f6997b66aee30090eda18efaa27 (patch) | |
| tree | 6430c1e4e840c0936a6796009fcc3b6cd509e0e8 /lsp/tinymist.lua | |
| parent | chore: add type annotation for configs (diff) | |
| download | nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.gz nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.bz2 nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.lz nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.xz nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.zst nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.zip | |
chore: miscellaneous type fixes
Diffstat (limited to 'lsp/tinymist.lua')
| -rw-r--r-- | lsp/tinymist.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lsp/tinymist.lua b/lsp/tinymist.lua index bb88e0c4..f02ff194 100644 --- a/lsp/tinymist.lua +++ b/lsp/tinymist.lua @@ -50,8 +50,6 @@ return { cmd = { 'tinymist' }, filetypes = { 'typst' }, root_markers = { '.git' }, - ---@param client vim.lsp.Client - ---@param bufnr integer on_attach = function(client, bufnr) for _, command in ipairs { 'tinymist.exportSvg', |
