diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/clojure_lsp.lua')
| -rw-r--r-- | lsp/clojure_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/clojure_lsp.lua b/lsp/clojure_lsp.lua index e3aef9d4..7bc49d57 100644 --- a/lsp/clojure_lsp.lua +++ b/lsp/clojure_lsp.lua @@ -3,6 +3,7 @@ --- https://github.com/clojure-lsp/clojure-lsp --- --- Clojure Language Server +---@type vim.lsp.Config return { cmd = { 'clojure-lsp' }, filetypes = { 'clojure', 'edn' }, |
