diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/contextive.lua')
| -rw-r--r-- | lsp/contextive.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/contextive.lua b/lsp/contextive.lua index 5cb25447..380c0b55 100644 --- a/lsp/contextive.lua +++ b/lsp/contextive.lua @@ -9,6 +9,7 @@ --- To install the language server, you need to download the appropriate [GitHub release asset](https://github.com/dev-cycles/contextive/releases/) for your operating system and architecture. --- --- After the download unzip the Contextive.LanguageServer binary and copy the file into a folder that is included in your system's PATH. +---@type vim.lsp.Config return { cmd = { 'Contextive.LanguageServer' }, root_markers = { '.contextive', '.git' }, |
