Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #131 from tsuyoshicho/fix/go_installer_miss | mattn | 2020-01-30 |
|\ | | | | | go_install: typo fix | ||
| * | go_install: typo fix | Tsuyoshi CHO | 2020-01-30 |
| | | |||
* | | Merge pull request #128 from nyarla/fix-bad-interpreter | mattn | 2020-01-30 |
|\ \ | |/ |/| | fix: Fix bash throws bad interpreter error by fix commit about #126 | ||
| * | Merge branch 'master' of https://github.com/mattn/vim-lsp-settings into ↵ | nyarla | 2020-01-30 |
| |\ | |/ |/| | | | fix-bad-interpreter | ||
* | | Merge pull request #130 from kyoh86/fix-129 | mattn | 2020-01-30 |
|\ \ | | | | | | | put a space in the middle of the parameters | ||
| * | | put a space in the middle of the parameters | Kyoichiro Yamada | 2020-01-30 |
|/ / | |||
| * | Revert "Merge pull request #127 from mattn/use-shell" | nyarla | 2020-01-30 |
| | | | | | | | | | | This reverts commit 9a95bf72eca2c0da2585a7fb3b4361ba230e425f, reversing changes made to 29d56688f392d65db1f07851ae80e2516d56a3d1. | ||
| * | fix: Fix bash throws bad interpreter error by fix commit about #126 | nyarla | 2020-01-30 |
|/ | |||
* | Merge pull request #127 from mattn/use-shell | mattn | 2020-01-30 |
|\ | | | | | Use shell | ||
| * | Use shell | Yasuhiro Matsumoto | 2020-01-30 |
|/ | |||
* | Merge pull request #125 from mattn/add-workflows | mattn | 2020-01-30 |
|\ | | | | | Add some workflows | ||
| * | Add badges | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add some workflows | Yasuhiro Matsumoto | 2020-01-30 |
|/ | |||
* | Add reviewdog | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Merge branch 'master' of https://github.com/mattn/vim-lsp-settings | Yasuhiro Matsumoto | 2020-01-30 |
|\ | |||
| * | Merge pull request #124 from mattn/test-windows | mattn | 2020-01-30 |
| |\ | | | | | | | GitHub Actions | ||
| | * | GitHub Actions | Yasuhiro Matsumoto | 2020-01-30 |
| |/ | |||
* / | Update README.md | Yasuhiro Matsumoto | 2020-01-30 |
|/ | |||
* | Update README.md | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Use dotnet command | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Fix checking autocmd | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Merge pull request #122 from tsuyoshicho/fix/improve-go | mattn | 2020-01-30 |
|\ | | | | | fix: improve go installer / gopls,efm-langserver | ||
| * | fix efm-langserver requires | Tsuyoshi CHO | 2020-01-30 |
| | | |||
| * | improve: go install packages | Tsuyoshi CHO | 2020-01-30 |
| | | |||
* | | Check lsp_setup exists | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
* | | Merge pull request #119 from mattn/testable | mattn | 2020-01-30 |
|\ \ | | | | | | | Testable | ||
| * \ | Merge branch 'master' into testable | Yasuhiro Matsumoto | 2020-01-30 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #121 from xuanduc987/fix/default-langserver | mattn | 2020-01-30 |
|\ \ \ | |_|/ |/| | | fix language server for _ ft is not started | ||
| * | | fix language server for _ ft is not started | Duc Nghiem-Xuan | 2020-01-30 |
|/ / | | | | | | | | | | | The servers for _ ft were registered too late, because `s:vim_lsp_load_or_suggest('_')` was called in after `VimEnter`, a.k.a after vim-lsp started. | ||
| * | Add test | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add test | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | setfperm | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add p for mkdir() | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add lsp_settings#servers_dir() | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add test | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add test | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Add tests | Yasuhiro Matsumoto | 2020-01-30 |
| | | |||
| * | Testable | Yasuhiro Matsumoto | 2020-01-30 |
|/ | |||
* | Update README.md | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Installer for filetype _ should not be suggested | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Fix completion | Yasuhiro Matsumoto | 2020-01-30 |
| | |||
* | Update README.md | Yasuhiro Matsumoto | 2020-01-29 |
| | |||
* | Merge pull request #115 from mattn/add-installer-pyls-ms | mattn | 2020-01-29 |
|\ | | | | | Add Windows installer for pyls-ms | ||
| * | Add Windows installer for pyls-ms | Yasuhiro Matsumoto | 2020-01-29 |
| | | |||
* | | Merge pull request #114 from tsuyoshicho/feature/installer-go | mattn | 2020-01-29 |
|\ \ | | | | | | | Add go installer/efm-langserver installer | ||
| * | | Add go installer/efm-langserver installer | Tsuyoshi CHO | 2020-01-29 |
| | | | |||
* | | | Merge pull request #116 from mattn/fix-dup-candidate | mattn | 2020-01-29 |
|\ \ \ | | | | | | | | | Remove duplicate candidate in command completion | ||
| * | | | Remove duplicate candidate in command completion | Yasuhiro Matsumoto | 2020-01-29 |
| | |/ | |/| | |||
* | | | Merge pull request #112 from xuanduc987/priority_user_setting | mattn | 2020-01-29 |
|\ \ \ | |/ / |/| | | Make g:lsp_settings higher priority than settings.json | ||
| * | | Make g:lsp_settings higher priority than settings.json | Duc Nghiem-Xuan | 2020-01-29 |
| |/ | | | | | | | | | Config from g:lsp_settings should have higher priority so that user can enable efm-langserver without edit settings.json directly. |