21 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto eb11c046e5 Add args
Fixes #460
2021-09-07 18:17:15 +09:00
Prabir Shrestha 458de93386 use allowlist and blocklist (#267)
* use allowlist and blocklist

* fix description
2020-06-28 21:58:26 +09:00
Jagua 0a07ebaa06 Add support json schema for LspSettingsGlobalEdit 2020-05-12 23:59:32 +09:00
tennashi 91c7e47376 Fix the argument of load_schema
Match the argument of load_schema to the server name.
2020-04-18 17:15:16 +09:00
mattn 2d9b59c011 Merge pull request #217 from mattn/extra-schemas
Load extra schemas
2020-04-16 21:00:13 +09:00
Yasuhiro Matsumoto a38b510553 Load extra schemas 2020-04-16 20:51:23 +09:00
mattn 79a103e6ef Merge pull request #188 from johejo/fix/json-languageserver
fix install for json-languageserver
2020-04-16 13:29:09 +09:00
Yasuhiro Matsumoto 34a22e56db Cosmetic changes 2020-03-07 18:04:23 +09:00
Mitsuo Heijo 22a546e39d fix install for json-languageserver 2020-03-06 00:43:37 +09:00
Yasuhiro Matsumoto 26b51965dd Add customizable semantic_highlight 2020-02-28 00:10:34 +09:00
Yasuhiro Matsumoto e55fa57320 root_uri patterns should be configurable 2020-02-20 00:14:47 +09:00
Yasuhiro Matsumoto 98ae102270 Fix url of local schema 2020-02-16 21:48:27 +09:00
Yasuhiro Matsumoto 8d161f8ca2 Apply local schema 2020-02-16 21:45:48 +09:00
Yasuhiro Matsumoto 22866c9702 Edit local settings.json 2020-02-16 00:03:58 +09:00
Yasuhiro Matsumoto d61017eeb5 Add server configs 2020-02-14 02:34:57 +09:00
Yasuhiro Matsumoto b04982423e Support jsonc 2020-01-24 21:41:55 +09:00
David Briscoe d2f5a63ff5 Support svn, hg, bzr as root markers
Move common root marker list to plugin/lsp_settings.vim.

Update all uses to merge the two lists.

Test:
    :edit lsp-settings/data/catalog.json
    :Verbose ec lsp_settings#root_uri(extend(['catalog.json'], g:lsp_settings_root_markers))
    file:///C:/david/settings/daveconfig/multi/vim/bundle/lsp-settings/data

    :Verbose ec lsp_settings#root_uri(g:lsp_settings_root_markers)
    file:///C:/david/settings/daveconfig

    :Verbose ec lsp_settings#root_uri(extend(['rebar.config'], g:lsp_settings_root_markers))
    file:///C:/david/settings/daveconfig

    Install rls and edit a rust file.
2020-01-23 00:44:59 -08:00
Yasuhiro Matsumoto be347354f0 Pass name and key 2020-01-18 23:59:16 +09:00
Yasuhiro Matsumoto 2eb802d2bd JSON Schemas 2020-01-18 23:52:52 +09:00
Yasuhiro Matsumoto dd6f34e708 Fix settings 2019-12-25 23:40:23 +09:00
Yasuhiro Matsumoto c13d3dc6dd Add elm-language-server, json-languageserver 2019-12-25 17:49:14 +09:00