diff options
Diffstat (limited to 'lsp/fish_lsp.lua')
| -rw-r--r-- | lsp/fish_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/fish_lsp.lua b/lsp/fish_lsp.lua index 73055cad..e7cb1f5f 100644 --- a/lsp/fish_lsp.lua +++ b/lsp/fish_lsp.lua @@ -8,6 +8,7 @@ --- scope aware symbol analysis, per-token hover generation, and many others. --- --- [homepage](https://www.fish-lsp.dev/) +---@type vim.lsp.Config return { cmd = { 'fish-lsp', 'start' }, filetypes = { 'fish' }, |
