diff options
Diffstat (limited to 'lsp/ghdl_ls.lua')
| -rw-r--r-- | lsp/ghdl_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ghdl_ls.lua b/lsp/ghdl_ls.lua index 12a394aa..85961903 100644 --- a/lsp/ghdl_ls.lua +++ b/lsp/ghdl_ls.lua @@ -6,6 +6,7 @@ --- --- `ghdl-ls` is part of pyghdl, for installation instructions see --- [the upstream README](https://github.com/ghdl/ghdl/tree/master/pyGHDL/lsp). +---@type vim.lsp.Config return { cmd = { 'ghdl-ls' }, filetypes = { 'vhdl' }, |
