diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/dts_lsp.lua')
| -rw-r--r-- | lsp/dts_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/dts_lsp.lua b/lsp/dts_lsp.lua index a687fcba..dd9c4a8d 100644 --- a/lsp/dts_lsp.lua +++ b/lsp/dts_lsp.lua @@ -12,6 +12,7 @@ --- https://www.devicetree.org/ --- https://docs.zephyrproject.org/latest/build/dts/index.html +---@type vim.lsp.Config return { name = 'dts_lsp', cmd = { 'dts-lsp' }, |
