diff options
Diffstat (limited to 'lsp/yls.lua')
| -rw-r--r-- | lsp/yls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/yls.lua b/lsp/yls.lua index 4722d564..e78a0e14 100644 --- a/lsp/yls.lua +++ b/lsp/yls.lua @@ -7,6 +7,7 @@ --- This plugin runs yara.compile on every save, parses the errors, and returns list of diagnostic messages. --- --- Language Server: https://github.com/avast/yls +---@type vim.lsp.Config return { cmd = { 'yls', '-vv' }, filetypes = { 'yar', 'yara' }, |
