diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/turbo_ls.lua')
| -rw-r--r-- | lsp/turbo_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/turbo_ls.lua b/lsp/turbo_ls.lua index a071693e..593d8c31 100644 --- a/lsp/turbo_ls.lua +++ b/lsp/turbo_ls.lua @@ -13,6 +13,7 @@ --- ```sh --- yarn global add turbo-language-server --- ``` +---@type vim.lsp.Config return { cmd = { 'turbo-language-server', '--stdio' }, filetypes = { 'html', 'ruby', 'eruby', 'blade', 'php' }, |
