aboutsummaryrefslogtreecommitdiff
path: root/settings
Commit message (Collapse)AuthorAge
* Fix typed_patternYasuhiro Matsumoto2020-02-05
|
* Fixes refresh_pattern and typed_pattern.Yasuhiro Matsumoto2020-02-05
|
* Fixes refresh_pattern and typed_pattern.Yasuhiro Matsumoto2020-02-05
|
* Rename asyncomplete-refresh-pattern to refresh_patternYasuhiro Matsumoto2020-02-05
|
* Add asyncomlpete-refresh-pattern for CSSYasuhiro Matsumoto2020-02-05
|
* Fix default initialization_options of vue-language-serverNaoya Inada2020-02-03
|
* Add powershell-languageserverYasuhiro Matsumoto2020-02-03
|
* visualforce is not accepted by apex-jorje-lspYasuhiro Matsumoto2020-01-31
|
* Add apex-jorje-lspYasuhiro Matsumoto2020-01-31
|
* Add svlsYasuhiro Matsumoto2020-01-31
|
* Add r-languageserverYasuhiro Matsumoto2020-01-31
|
* add fsautocomplete for fsharpDuc Nghiem-Xuan2020-01-30
|
* Fix pyls-ms.vimYasuhiro Matsumoto2020-01-29
|
* retabYasuhiro Matsumoto2020-01-29
|
* Possible to specify python-path and python-verYasuhiro Matsumoto2020-01-29
|
* Use exepath()Yasuhiro Matsumoto2020-01-29
|
* Fix pyls-msYasuhiro Matsumoto2020-01-29
|
* Add pyls-msYasuhiro Matsumoto2020-01-29
|
* Add rust-analyzerYasuhiro Matsumoto2020-01-28
|
* Add sql-language-serverYasuhiro Matsumoto2020-01-27
|
* Merge branch 'master' into efmYasuhiro Matsumoto2020-01-27
|\
| * Fix initializationOptions for htmlYasuhiro Matsumoto2020-01-26
| |
* | Merge branch 'master' into efmmattn2020-01-25
|\|
| * Support jsoncYasuhiro Matsumoto2020-01-24
| |
| * Use g:lsp_settings.initialization_options value for vim-language-serversgur2020-01-24
| |
* | Use g:lsp_settings_root_markersYasuhiro Matsumoto2020-01-24
| |
* | Merge branch 'master' into efmYasuhiro Matsumoto2020-01-24
|\|
| * Merge pull request #100 from idbrii/root-marker-svnmattn2020-01-24
| |\ | | | | | | Support .svn root markers
| | * Support svn, hg, bzr as root markersDavid Briscoe2020-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * Fix spelling mistake in reason root markerDavid Briscoe2020-01-23
| | | | | | | | | | | | | | | | | | | | | pacakge -> package. I don't know anything about reason, but this seems more correct and matches other node-based lsps.
* | | Add efm-langserverYasuhiro Matsumoto2020-01-24
|/ /
* | Add perl-languageserver. But work in progress.Yasuhiro Matsumoto2020-01-24
| |
* | Add some LSP but work in progress.Yasuhiro Matsumoto2020-01-23
|/
* Add cl-lspYasuhiro Matsumoto2020-01-22
|
* Add gql-language-serverYasuhiro Matsumoto2020-01-21
|
* Add options for vue-language-serverYasuhiro Matsumoto2020-01-21
|
* add vue-language-serverishitaku55222020-01-21
|
* Enable schemas for YAMLYasuhiro Matsumoto2020-01-19
|
* Pass name and keyYasuhiro Matsumoto2020-01-18
|
* JSON SchemasYasuhiro Matsumoto2020-01-18
|
* Add fsharp-language-serverYasuhiro Matsumoto2020-01-17
|
* fix: remove tsserver path optionMitsuo Heijo2020-01-11
| | | | https://github.com/mattn/vim-lsp-settings/pull/82#issuecomment-573280064
* Add tsconfig.jsonYasuhiro Matsumoto2020-01-10
|
* enable autoimport of go modulesPrabir2020-01-05
|
* feature: support erlangMitsuo Heijo2020-01-04
|
* Add clojure-lsp root-uri settings(for leiningen, shadow-cljs, deps.edn)Yuta Sakurai2020-01-03
|
* Modify for reviewwordi2020-01-03
|
* fix: not found tsserver for typescript-language-serverwordi2020-01-03
|
* Add dart language serverYasuhiro Matsumoto2020-01-02
|
* Fix omnisharp-lsp.vimYasuhiro Matsumoto2019-12-31
| | | | -lsp is required.