Add solargraph LSP linter.

This commit is contained in:
Horacio Sanson
2018-08-24 13:02:51 +09:00
parent 3c85c7ef65
commit 1980245b94
12 changed files with 105 additions and 2 deletions
+1
View File
@@ -307,6 +307,7 @@ given the above setup are as follows.
`AssertLSPLanguage language` - Check the language given to an LSP server.
`AssertLSPOptions options_dict` - Check the options given to an LSP server.
`AssertLSPProject project_root` - Check the root given to an LSP server.
`AssertLSPAddress address` - Check the address to an LSP server.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: