Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable {'matcher': 'fuzzy'} for gopls in default | Yasuhiro Matsumoto | 2020-02-14 |
| | | | | Fixes #150 | ||
* | Add server configs | Yasuhiro Matsumoto | 2020-02-14 |
| | |||
* | Remove typed_pattern | Yasuhiro Matsumoto | 2020-02-13 |
| | |||
* | Prefer 'Document' contains | Yasuhiro Matsumoto | 2020-02-13 |
| | |||
* | Enable when LSP is enabled | Yasuhiro Matsumoto | 2020-02-13 |
| | |||
* | Merge branch 'master' into add-LspSwitchSourceHeader | Yasuhiro Matsumoto | 2020-02-13 |
|\ | |||
| * | Merge branch 'master' into julia | Yasuhiro Matsumoto | 2020-02-12 |
| |\ | |||
| * | | [WIP] Add julia-language-server | Yasuhiro Matsumoto | 2020-02-01 |
| | | | |||
* | | | Add LspSwitchSourceHeader based on @kent-tri's patch | Yasuhiro Matsumoto | 2020-02-10 |
| |/ |/| | | | | | See https://github.com/prabirshrestha/vim-lsp/pull/703 | ||
* | | Use single quote | Yasuhiro Matsumoto | 2020-02-10 |
| | | |||
* | | Merge branch 'master' of git://github.com/mattn/vim-lsp-settings | Yasuhiro Matsumoto | 2020-02-08 |
|\ \ | |||
| * | | Add .tsx and .jsx extentions to LspRegisterServer | Amadeus Demarzi | 2020-02-05 |
| | | | |||
* | | | Merge branch 'master' into glsllsglslls | Yasuhiro Matsumoto | 2020-02-05 |
|\| | | |||
| * | | Fix refresh_pattern and typed_pattern | Yasuhiro Matsumoto | 2020-02-05 |
| | | | |||
| * | | Fix typed_pattern | Yasuhiro Matsumoto | 2020-02-05 |
| | | | |||
| * | | Fixes refresh_pattern and typed_pattern. | Yasuhiro Matsumoto | 2020-02-05 |
| | | | |||
| * | | Fixes refresh_pattern and typed_pattern. | Yasuhiro Matsumoto | 2020-02-05 |
| | | | |||
| * | | Rename asyncomplete-refresh-pattern to refresh_pattern | Yasuhiro Matsumoto | 2020-02-05 |
| | | | |||
* | | | Add glslls | Yasuhiro Matsumoto | 2020-02-05 |
|/ / | |||
* | | Add asyncomlpete-refresh-pattern for CSS | Yasuhiro Matsumoto | 2020-02-05 |
| | | |||
* | | Fix default initialization_options of vue-language-server | Naoya Inada | 2020-02-03 |
| | | |||
* | | Add powershell-languageserver | Yasuhiro Matsumoto | 2020-02-03 |
|/ | |||
* | visualforce is not accepted by apex-jorje-lsp | Yasuhiro Matsumoto | 2020-01-31 |
| | |||
* | Add apex-jorje-lsp | Yasuhiro Matsumoto | 2020-01-31 |
| | |||
* | Add svls | Yasuhiro Matsumoto | 2020-01-31 |
| | |||
* | Add r-languageserver | Yasuhiro Matsumoto | 2020-01-31 |
| | |||
* | add fsautocomplete for fsharp | Duc Nghiem-Xuan | 2020-01-30 |
| | |||
* | Fix pyls-ms.vim | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | retab | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | Possible to specify python-path and python-ver | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | Use exepath() | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | Fix pyls-ms | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | Add pyls-ms | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | Add rust-analyzer | Yasuhiro Matsumoto | 2020-01-28 |
| | |||
* | Add sql-language-server | Yasuhiro Matsumoto | 2020-01-27 |
| | |||
* | Merge branch 'master' into efm | Yasuhiro Matsumoto | 2020-01-27 |
|\ | |||
| * | Fix initializationOptions for html | Yasuhiro Matsumoto | 2020-01-26 |
| | | |||
* | | Merge branch 'master' into efm | mattn | 2020-01-25 |
|\| | |||
| * | Support jsonc | Yasuhiro Matsumoto | 2020-01-24 |
| | | |||
| * | Use g:lsp_settings.initialization_options value for vim-language-server | sgur | 2020-01-24 |
| | | |||
* | | Use g:lsp_settings_root_markers | Yasuhiro Matsumoto | 2020-01-24 |
| | | |||
* | | Merge branch 'master' into efm | Yasuhiro Matsumoto | 2020-01-24 |
|\| | |||
| * | Merge pull request #100 from idbrii/root-marker-svn | mattn | 2020-01-24 |
| |\ | | | | | | | Support .svn root markers | ||
| | * | Support svn, hg, bzr as root markers | David Briscoe | 2020-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 marker | David Briscoe | 2020-01-23 |
| | | | | | | | | | | | | | | | | | | | | | pacakge -> package. I don't know anything about reason, but this seems more correct and matches other node-based lsps. | ||
* | | | Add efm-langserver | Yasuhiro Matsumoto | 2020-01-24 |
|/ / | |||
* | | Add perl-languageserver. But work in progress. | Yasuhiro Matsumoto | 2020-01-24 |
| | | |||
* | | Add some LSP but work in progress. | Yasuhiro Matsumoto | 2020-01-23 |
|/ | |||
* | Add cl-lsp | Yasuhiro Matsumoto | 2020-01-22 |
| | |||
* | Add gql-language-server | Yasuhiro Matsumoto | 2020-01-21 |
| |