diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/esbonio.lua')
| -rw-r--r-- | lsp/esbonio.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/esbonio.lua b/lsp/esbonio.lua index 9069e788..287c8a30 100644 --- a/lsp/esbonio.lua +++ b/lsp/esbonio.lua @@ -42,6 +42,7 @@ --- ``` --- --- A full list and explanation of the available options can be found [here](https://docs.esbon.io/en/esbonio-language-server-v0.16.4/lsp/getting-started.html?editor=neovim-lspconfig#configuration) +---@type vim.lsp.Config return { cmd = { 'python3', '-m', 'esbonio' }, filetypes = { 'rst' }, |
