Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge pull request #68 from prabirshrestha/gopls-autoimport | mattn | 2020-01-06 | |
|\ | | | | | enable autoimport of go modules | |||
| * | enable autoimport of go modules | Prabir | 2020-01-05 | |
|/ | ||||
* | Merge pull request #67 from fum1h1ro/fix-omnisharp-installer-for-osx | mattn | 2020-01-06 | |
|\ | | | | | fix: package path | |||
| * | fix: package path | Fumihiro Kanaya | 2020-01-06 | |
| | | ||||
* | | Merge pull request #66 from prabirshrestha/windows-trailing-slash | mattn | 2020-01-06 | |
|\ \ | |/ |/| | fix globpath so it removes trailing slash if it exists on windows | |||
| * | fix globpath so it removes trailing slash if it exists | Prabir | 2020-01-05 | |
|/ | ||||
* | Merge pull request #63 from johejo/feature/support_erlang | mattn | 2020-01-05 | |
|\ | | | | | feature: support erlang | |||
| * | fix: chmod +x | Mitsuo Heijo | 2020-01-04 | |
| | | ||||
| * | feature: support erlang | Mitsuo Heijo | 2020-01-04 | |
| | | ||||
* | | Merge branch 'master' of git://github.com/mattn/vim-lsp-settings | Yasuhiro Matsumoto | 2020-01-05 | |
|\| | ||||
| * | Merge pull request #62 from sakuraiyuta/fix/clojure-lsp | mattn | 2020-01-03 | |
| |\ | | | | | | | Add clojure-lsp root-uri settings(for leiningen, shadow-cljs, deps.edn) | |||
| | * | Add clojure-lsp root-uri settings(for leiningen, shadow-cljs, deps.edn) | Yuta Sakurai | 2020-01-03 | |
| |/ | ||||
| * | Merge pull request #60 from wordijp/fix/multiple_npm_addition | mattn | 2020-01-03 | |
| |\ | | | | | | | fix: not found tsserver for typescript-language-server | |||
| | * | Modify for review | wordi | 2020-01-03 | |
| | | | ||||
| | * | fix: not found tsserver for typescript-language-server | wordi | 2020-01-03 | |
| |/ | ||||
| * | Merge pull request #59 from johejo/fix/multiple_npm | mattn | 2020-01-03 | |
| |\ | | | | | | | fix: support multiple npm packages for one language server | |||
| | * | fix: support multiple npm packages for one language server | Mitsuo Heijo | 2020-01-03 | |
| | | | ||||
| | * | fix: remove test scripts | Mitsuo Heijo | 2020-01-03 | |
| |/ | | | | | | | After #49, directory creation and delection is done in vimscript, so run it's no longer possible to run or test the installation script directly. | |||
* / | Fix installer for html | Yasuhiro Matsumoto | 2020-01-05 | |
|/ | ||||
* | Update README.md | Yasuhiro Matsumoto | 2020-01-03 | |
| | ||||
* | Merge pull request #58 from mattn/dart | mattn | 2020-01-03 | |
|\ | | | | | Add dart language server | |||
| * | Add dart language server | Yasuhiro Matsumoto | 2020-01-02 | |
| | | ||||
* | | Merge pull request #56 from prabirshrestha/neovim-support | mattn | 2020-01-02 | |
|\ \ | | | | | | | add support for neovim | |||
| * | | comment on ... | prabirshrestha | 2020-01-01 | |
| | | | ||||
| * | | add support for neovim | prabirshrestha | 2020-01-01 | |
|/ / | ||||
* | | Merge pull request #41 from thomasfaingnaert/installer-clangd | mattn | 2020-01-01 | |
|\ \ | | | | | | | Add installer for clangd | |||
| * | | Disable verbose option | Thomas Faingnaert | 2019-12-29 | |
| | | | ||||
| * | | Change Linux installer | Thomas Faingnaert | 2019-12-29 | |
| | | | ||||
| * | | Print clangd version | Thomas Faingnaert | 2019-12-28 | |
| | | | ||||
| * | | Update README | Thomas Faingnaert | 2019-12-28 | |
| | | | ||||
| * | | Update Windows installation | Thomas Faingnaert | 2019-12-28 | |
| | | | ||||
| * | | Add installer for clangd (Windows) | Thomas Faingnaert | 2019-12-28 | |
| | | | ||||
| * | | Add installer for clangd (Linux) | Thomas Faingnaert | 2019-12-28 | |
| | | | ||||
* | | | Merge pull request #54 from tyru/fix-exists-check | mattn | 2020-01-01 | |
|\ \ \ | | | | | | | | | Fix exists(':Excmd') check | |||
| * | | | fix exists(':Excmd') check | tyru | 2020-01-01 | |
|/ / / | ||||
* | | | Merge pull request #53 from prabirshrestha/reason-update | mattn | 2020-01-01 | |
|\ \ \ | |_|/ |/| | | update reason-language-server to v1.7.5 | |||
| * | | update reason-language-server to v1.7.5 | Prabir | 2019-12-31 | |
|/ / | ||||
* | | 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 |