aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Merge pull request #68 from prabirshrestha/gopls-autoimportmattn2020-01-06
|\ | | | | enable autoimport of go modules
| * enable autoimport of go modulesPrabir2020-01-05
|/
* Merge pull request #67 from fum1h1ro/fix-omnisharp-installer-for-osxmattn2020-01-06
|\ | | | | fix: package path
| * fix: package pathFumihiro Kanaya2020-01-06
| |
* | Merge pull request #66 from prabirshrestha/windows-trailing-slashmattn2020-01-06
|\ \ | |/ |/| fix globpath so it removes trailing slash if it exists on windows
| * fix globpath so it removes trailing slash if it existsPrabir2020-01-05
|/
* Merge pull request #63 from johejo/feature/support_erlangmattn2020-01-05
|\ | | | | feature: support erlang
| * fix: chmod +xMitsuo Heijo2020-01-04
| |
| * feature: support erlangMitsuo Heijo2020-01-04
| |
* | Merge branch 'master' of git://github.com/mattn/vim-lsp-settingsYasuhiro Matsumoto2020-01-05
|\|
| * Merge pull request #62 from sakuraiyuta/fix/clojure-lspmattn2020-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 Sakurai2020-01-03
| |/
| * Merge pull request #60 from wordijp/fix/multiple_npm_additionmattn2020-01-03
| |\ | | | | | | fix: not found tsserver for typescript-language-server
| | * Modify for reviewwordi2020-01-03
| | |
| | * fix: not found tsserver for typescript-language-serverwordi2020-01-03
| |/
| * Merge pull request #59 from johejo/fix/multiple_npmmattn2020-01-03
| |\ | | | | | | fix: support multiple npm packages for one language server
| | * fix: support multiple npm packages for one language serverMitsuo Heijo2020-01-03
| | |
| | * fix: remove test scriptsMitsuo Heijo2020-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 htmlYasuhiro Matsumoto2020-01-05
|/
* Update README.mdYasuhiro Matsumoto2020-01-03
|
* Merge pull request #58 from mattn/dartmattn2020-01-03
|\ | | | | Add dart language server
| * Add dart language serverYasuhiro Matsumoto2020-01-02
| |
* | Merge pull request #56 from prabirshrestha/neovim-supportmattn2020-01-02
|\ \ | | | | | | add support for neovim
| * | comment on ...prabirshrestha2020-01-01
| | |
| * | add support for neovimprabirshrestha2020-01-01
|/ /
* | Merge pull request #41 from thomasfaingnaert/installer-clangdmattn2020-01-01
|\ \ | | | | | | Add installer for clangd
| * | Disable verbose optionThomas Faingnaert2019-12-29
| | |
| * | Change Linux installerThomas Faingnaert2019-12-29
| | |
| * | Print clangd versionThomas Faingnaert2019-12-28
| | |
| * | Update READMEThomas Faingnaert2019-12-28
| | |
| * | Update Windows installationThomas Faingnaert2019-12-28
| | |
| * | Add installer for clangd (Windows)Thomas Faingnaert2019-12-28
| | |
| * | Add installer for clangd (Linux)Thomas Faingnaert2019-12-28
| | |
* | | Merge pull request #54 from tyru/fix-exists-checkmattn2020-01-01
|\ \ \ | | | | | | | | Fix exists(':Excmd') check
| * | | fix exists(':Excmd') checktyru2020-01-01
|/ / /
* | | Merge pull request #53 from prabirshrestha/reason-updatemattn2020-01-01
|\ \ \ | |_|/ |/| | update reason-language-server to v1.7.5
| * | update reason-language-server to v1.7.5Prabir2019-12-31
|/ /
* | Merge pull request #52 from thinca/add-lsp_settings_servers_dir-optionmattn2019-12-31
|\ \ | | | | | | Add g:lsp_settings_servers_dir option
| * | Add g:lsp_settings_servers_dir optionthinca2019-12-31
| | |
* | | Fix omnisharp-lsp.vimYasuhiro Matsumoto2019-12-31
|/ / | | | | | | -lsp is required.
* | Merge pull request #49 from thinca/setup-server-dir-in-vim-scriptmattn2019-12-31
|\ \ | | | | | | Setup server directory in Vim script
| * | Add ".cmd" for calling .cmdthinca2019-12-31
| | |
| * | Setup server directory in Vim scriptthinca2019-12-31
| | | | | | | | | | | | All installer scripts assume invoked at the installing path.
* | | Merge pull request #51 from tsuyoshicho/fix/filetype-casemattn2019-12-31
|\ \ \ | |/ / |/| | fix: Filetype using lower-case
| * | Fix #50 : filetype always lower-case workTsuyoshi CHO2019-12-31
|/ /
* | Merge pull request #46 from johejo/feature/support_groovymattn2019-12-30
|\ \ | | | | | | feature: support groovy
| * | feature: support groovyMitsuo Heijo2019-12-29
| | |
* | | Merge pull request #45 from johejo/fix/react_filetype_detectionmattn2019-12-30
|\ \ \ | |/ / |/| | fix: add filetype for react
| * | fix: add filetype for reactMitsuo Heijo2019-12-29
|/ /
* | Merge pull request #44 from tsuyoshicho/feature/pip-support-expandmattn2019-12-29
|\ \ | | | | | | fortls support windows python