diff options
author | CPea <[email protected]> | 2023-03-03 15:34:14 +0700 |
---|---|---|
committer | CPea <[email protected]> | 2023-04-24 19:10:46 +0700 |
commit | 01a4abc0b31b2ee554cbf775c4a6e907e5dbd34d (patch) | |
tree | 85e7c3ed08bc38beb44e1ea14144f7dc030db106 /lua | |
parent | bcf24a42b737bfea720326ab84a8b601ca51c7e0 (diff) |
chore(lsp): add usage info to `handlers` table
Diffstat (limited to 'lua')
-rw-r--r-- | lua/lvim/lsp/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua index df06da26..de36c47f 100644 --- a/lua/lvim/lsp/config.lua +++ b/lua/lvim/lsp/config.lua @@ -80,6 +80,7 @@ return { document_highlight = false, code_lens_refresh = true, handlers = { + ---@usage list of the keys to override behavior of the handlers override_config = { focusable = true, style = "minimal", |