diff options
Diffstat (limited to 'nvim/lsp/yls.lua')
| -rwxr-xr-x | nvim/lsp/yls.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nvim/lsp/yls.lua b/nvim/lsp/yls.lua deleted file mode 100755 index 4722d56..0000000 --- a/nvim/lsp/yls.lua +++ /dev/null @@ -1,14 +0,0 @@ ----@brief ---- ---- https://pypi.org/project/yls-yara/ ---- ---- An YLS plugin adding YARA linting capabilities. ---- ---- This plugin runs yara.compile on every save, parses the errors, and returns list of diagnostic messages. ---- ---- Language Server: https://github.com/avast/yls -return { - cmd = { 'yls', '-vv' }, - filetypes = { 'yar', 'yara' }, - root_markers = { '.git' }, -} |
