diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/millet.lua')
| -rw-r--r-- | lsp/millet.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/millet.lua b/lsp/millet.lua index c3833d2c..aca03e85 100644 --- a/lsp/millet.lua +++ b/lsp/millet.lua @@ -10,6 +10,7 @@ --- 2. Clone the repo --- 3. Run `cargo build --release --bin millet-ls` --- 4. Move `target/release/millet-ls` to somewhere on your $PATH as `millet` +---@type vim.lsp.Config return { cmd = { 'millet' }, filetypes = { 'sml' }, |
