Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of git://github.com/mattn/vim-lsp-settings | Yasuhiro Matsumoto | 2020-02-16 |
|\ | |||
| * | Merge pull request #162 from mattn/hide-api | mattn | 2020-02-16 |
| |\ | | | | | | | Edit local settings.json | ||
| | * | set nomodified | Yasuhiro Matsumoto | 2020-02-16 |
| | | | |||
| | * | Edit local settings.json | Yasuhiro Matsumoto | 2020-02-16 |
| |/ | |||
* / | Update README.md | Yasuhiro Matsumoto | 2020-02-16 |
|/ | |||
* | Update README.md | Yasuhiro Matsumoto | 2020-02-15 |
| | |||
* | Prefer settings.json | Yasuhiro Matsumoto | 2020-02-15 |
| | |||
* | Merge pull request #161 from mattn/local-config | mattn | 2020-02-15 |
|\ | | | | | Load project related local .vim-lsp-settings/config.json | ||
| * | Load project related local .vim-lsp-settings/config.json | Yasuhiro Matsumoto | 2020-02-15 |
| | | |||
* | | Merge pull request #160 from yaegassy/add-refresh-pattern-for-php | mattn | 2020-02-15 |
|\ \ | |/ |/| | Add refresh pattern for php | ||
| * | Add refresh pattern for php | yaegassy | 2020-02-15 |
|/ | |||
* | Do not set workspace_config for yaml-language-server | Yasuhiro Matsumoto | 2020-02-15 |
| | |||
* | Enable {'matcher': 'fuzzy'} for gopls in default | Yasuhiro Matsumoto | 2020-02-14 |
| | | | | Fixes #150 | ||
* | Merge pull request #158 from mattn/server-config | mattn | 2020-02-14 |
|\ | | | | | Add server configs | ||
| * | Add server configs | Yasuhiro Matsumoto | 2020-02-14 |
|/ | |||
* | Fix schema | Yasuhiro Matsumoto | 2020-02-14 |
| | |||
* | Remove typed_pattern | Yasuhiro Matsumoto | 2020-02-13 |
| | |||
* | Merge pull request #153 from mattn/add-LspSwitchSourceHeader | mattn | 2020-02-13 |
|\ | | | | | Add LspSwitchSourceHeader based on @kent-tri's patch | ||
| * | 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 |
| |\ | |||
| * | | Add LspSwitchSourceHeader based on @kent-tri's patch | Yasuhiro Matsumoto | 2020-02-10 |
| | | | | | | | | | | | | See https://github.com/prabirshrestha/vim-lsp/pull/703 | ||
* | | | Do not do forcibly suggestion for non-filetype | Yasuhiro Matsumoto | 2020-02-13 |
| |/ |/| | |||
* | | Add Windows installer for julia-language-server | Yasuhiro Matsumoto | 2020-02-12 |
| | | |||
* | | Merge pull request #157 from mattn/julia | mattn | 2020-02-12 |
|\ \ | | | | | | | Add julia-language-server | ||
| * | | Add installer | Yasuhiro Matsumoto | 2020-02-12 |
| | | | |||
| * | | Merge branch 'master' into julia | Yasuhiro Matsumoto | 2020-02-12 |
| |\ \ | |/ / |/| | | |||
* | | | Revert delays | Yasuhiro Matsumoto | 2020-02-12 |
| | | | |||
| * | | Merge branch 'master' into julia | Yasuhiro Matsumoto | 2020-02-12 |
| |\ \ | |/ / |/| | | |||
* | | | Trigger BufReadPost to enable LSP | Yasuhiro Matsumoto | 2020-02-12 |
| | | | |||
| * | | Merge branch 'master' into julia | Yasuhiro Matsumoto | 2020-02-12 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #156 from mattn/delay-check | mattn | 2020-02-12 |
|\ \ \ | | | | | | | | | Check FileType in little later | ||
| * | | | Fix vint warning | Yasuhiro Matsumoto | 2020-02-12 |
| | | | | |||
| * | | | Add hack to avoid failing tests | Yasuhiro Matsumoto | 2020-02-12 |
| | | | | |||
| * | | | Check FileType in little later | Yasuhiro Matsumoto | 2020-02-12 |
|/ / / | |||
* | | | Show uninstalling message | Yasuhiro Matsumoto | 2020-02-11 |
| | | | |||
* | | | Merge pull request #154 from augustjanse/patch-1 | mattn | 2020-02-10 |
|\ \ \ | |_|/ |/| | | Clarify usage in README | ||
| * | | Clarify usage | August Janse | 2020-02-10 |
|/ / | |||
* | | Fix refresh_pattern for string literal | Yasuhiro Matsumoto | 2020-02-10 |
| | | |||
* | | Use single quote | Yasuhiro Matsumoto | 2020-02-10 |
| | | |||
* | | Set nosuf for globpath | Yasuhiro Matsumoto | 2020-02-09 |
| | | |||
* | | Merge branch 'master' of git://github.com/mattn/vim-lsp-settings | Yasuhiro Matsumoto | 2020-02-08 |
|\ \ | |||
| * \ | Merge pull request #147 from hrsh7th/add-deoplete-readme | mattn | 2020-02-06 |
| |\ \ | | | | | | | | | Add deoplete.nvim to autocomplete plugin section in README.md | ||
| | * | | Add deoplete.nvim to autocomplete plugin section in README.md | hrsh7th | 2020-02-06 |
| |/ / | |||
| * | | Merge pull request #146 from amadeus/add-typescript-tsx | mattn | 2020-02-06 |
| |\ \ | | | | | | | | | Add .tsx and .jsx extentions to LspRegisterServer | ||
| | * | | Add .tsx and .jsx extentions to LspRegisterServer | Amadeus Demarzi | 2020-02-05 |
| |/ / | |||
| * | | Merge pull request #145 from heavenshell/fix/readme | mattn | 2020-02-05 |
| |\ \ | | | | | | | | | Fix list only required plugin | ||
| | * | | Fix add autocompletion plugins | Shinya Ohyanagi | 2020-02-05 |
| | | | | |||
| | * | | Fix list only required plugin | Shinya Ohyanagi | 2020-02-05 |
| |/ / | |||
* | | | Add utility function to merge dictionary which has keys with dot separated. | Yasuhiro Matsumoto | 2020-02-08 |
| | | |