diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/hls.lua')
| -rw-r--r-- | lsp/hls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/hls.lua b/lsp/hls.lua index f6717e07..705a97d2 100644 --- a/lsp/hls.lua +++ b/lsp/hls.lua @@ -14,6 +14,7 @@ local util = require 'lspconfig.util' +---@type vim.lsp.Config return { cmd = { 'haskell-language-server-wrapper', '--lsp' }, filetypes = { 'haskell', 'lhaskell' }, |
