Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add dart language server | Yasuhiro Matsumoto | 2020-01-02 |
| | |||
* | Merge pull request #52 from thinca/add-lsp_settings_servers_dir-option | mattn | 2019-12-31 |
|\ | | | | | Add g:lsp_settings_servers_dir option | ||
| * | Add g:lsp_settings_servers_dir option | thinca | 2019-12-31 |
| | | |||
* | | Fix omnisharp-lsp.vim | Yasuhiro Matsumoto | 2019-12-31 |
|/ | | | | -lsp is required. | ||
* | Merge pull request #49 from thinca/setup-server-dir-in-vim-script | mattn | 2019-12-31 |
|\ | | | | | Setup server directory in Vim script | ||
| * | Add ".cmd" for calling .cmd | thinca | 2019-12-31 |
| | | |||
| * | Setup server directory in Vim script | thinca | 2019-12-31 |
| | | | | | | | | All installer scripts assume invoked at the installing path. | ||
* | | Merge pull request #51 from tsuyoshicho/fix/filetype-case | mattn | 2019-12-31 |
|\ \ | |/ |/| | fix: Filetype using lower-case | ||
| * | Fix #50 : filetype always lower-case work | Tsuyoshi CHO | 2019-12-31 |
|/ | |||
* | Merge pull request #46 from johejo/feature/support_groovy | mattn | 2019-12-30 |
|\ | | | | | feature: support groovy | ||
| * | feature: support groovy | Mitsuo Heijo | 2019-12-29 |
| | | |||
* | | Merge pull request #45 from johejo/fix/react_filetype_detection | mattn | 2019-12-30 |
|\ \ | |/ |/| | fix: add filetype for react | ||
| * | fix: add filetype for react | Mitsuo Heijo | 2019-12-29 |
|/ | |||
* | Merge pull request #44 from tsuyoshicho/feature/pip-support-expand | mattn | 2019-12-29 |
|\ | | | | | fortls support windows python | ||
| * | fortls support windows python | Tsuyoshi CHO | 2019-12-29 |
|/ | |||
* | Merge pull request #25 from tsuyoshicho/fix/windows-native-py3 | mattn | 2019-12-29 |
|\ | | | | | Windows native python3(python.exe) and MSYS2 python3 support | ||
| * | pip_install.cmd: folder,error handling fix | Tsuyoshi CHO | 2019-12-29 |
| | | |||
| * | Merge branch 'master' into fix/windows-native-py3 | Tsuyoshi CHO | 2019-12-29 |
| |\ | |/ |/| | |||
* | | Merge pull request #43 from tsuyoshicho/fix/edit-env | mattn | 2019-12-29 |
|\ \ | | | | | | | fix: sh and cmd editing environments set-up. | ||
| * | | .gitattributes and .editorconfig add (sh lf,cmd crlf) | Tsuyoshi CHO | 2019-12-29 |
|/ / | |||
| * | fix dos format | Tsuyoshi CHO | 2019-12-29 |
| | | |||
| * | server path fix | Tsuyoshi CHO | 2019-12-29 |
| | | |||
| * | fix batch path problem | Tsuyoshi CHO | 2019-12-29 |
| | | |||
| * | python check,pip check,venv verification | Tsuyoshi CHO | 2019-12-29 |
| | | |||
| * | Merge branch 'master' into fix/windows-native-py3 | Tsuyoshi CHO | 2019-12-29 |
| |\ | |/ |/| | |||
* | | Check command exists | Yasuhiro Matsumoto | 2019-12-29 |
| | | |||
* | | Update README.md | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | chmod +x | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Add elixir-ls | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | chmod +x | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Add installer for dls | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Update README.md | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Add dls | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Add nimlsp | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Show colored message | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Update README.md | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Add texlab | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Fix run_unzip.cmd | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Fix installer for omnisharp-lsp | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Fix comment | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Rename | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Use pip_install.sh | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Check first sub-type in filetype | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Fix order | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Prefer typescript-languageserver | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Rename files | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Use stdio version | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
* | | Use npm_install | Yasuhiro Matsumoto | 2019-12-28 |
| | | |||
| * | Merge branch 'master' into fix/windows-native-py3 | Tsuyoshi CHO | 2019-12-28 |
| |\ | |/ |/| | |||
* | | Merge pull request #39 from itchyny/fix-gopls-tools-url | mattn | 2019-12-28 |
|\ \ | | | | | | | Switch gopls url to golang.org/x/tools/gopls |