aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAge
* Don't load on older vimDavid Briscoe2020-01-09
| | | | | | | Fix errors when first opening old versions of vim. vim-lsp requires json_encode and lambda and so do we. Skip loading if they're not available.
* Cosmetic changesYasuhiro Matsumoto2020-01-10
|
* Ignore no-filetypeYasuhiro Matsumoto2020-01-08
|
* comment on ...prabirshrestha2020-01-01
|
* add support for neovimprabirshrestha2020-01-01
|
* fix exists(':Excmd') checktyru2020-01-01
|
* Add g:lsp_settings_servers_dir optionthinca2019-12-31
|
* Merge pull request #49 from thinca/setup-server-dir-in-vim-scriptmattn2019-12-31
|\ | | | | Setup server directory in Vim script
| * Setup server directory in Vim scriptthinca2019-12-31
| | | | | | | | All installer scripts assume invoked at the installing path.
* | Fix #50 : filetype always lower-case workTsuyoshi CHO2019-12-31
|/
* Check command existsYasuhiro Matsumoto2019-12-29
|
* Show colored messageYasuhiro Matsumoto2019-12-28
|
* Check first sub-type in filetypeYasuhiro Matsumoto2019-12-28
|
* reduce startup time by checking lsp executables on FileType eventitchyny2019-12-27
|
* Define if not definedYasuhiro Matsumoto2019-12-26
|
* Define LspInstallServer even if server is alrady installedYasuhiro Matsumoto2019-12-26
|
* Remove debug messageYasuhiro Matsumoto2019-12-25
|
* Add command againYasuhiro Matsumoto2019-12-25
|
* Merge branch 'master' into lsp-register-serverYasuhiro Matsumoto2019-12-25
|\
| * Merge pull request #13 from kazukazuinaina/add_check_Duplicatemattn2019-12-25
| |\ | | | | | | add check duplicate
| | * add check duplicatekazukazuinaina2019-12-25
| | |
* | | Merge branch 'master' into lsp-register-serverYasuhiro Matsumoto2019-12-25
|\| |
| * | Fix not enough arguments for printfHiroaki Nakamura2019-12-25
| |/
* / Add LspRegisterServerYasuhiro Matsumoto2019-12-25
|/ | | | Closes #7
* Enable server when installation finished successfullyYasuhiro Matsumoto2019-12-18
|
* plugin/{name}.vim should be same as plugin nametyru2019-12-18
|
* Add lsp_settings_whitelistYasuhiro Matsumoto2019-12-18
|
* Add installerYasuhiro Matsumoto2019-12-16
|
* command/cmd must not be lambdaYasuhiro Matsumoto2019-12-16
|
* Fix overrideYasuhiro Matsumoto2019-12-16
|
* Add commandYasuhiro Matsumoto2019-12-16
|
* Add clojureYasuhiro Matsumoto2019-12-16
|
* Fix scriptYasuhiro Matsumoto2019-12-16
|
* Add servers directory to lsp_settings_extra_pathsYasuhiro Matsumoto2019-12-16
|
* RenameYasuhiro Matsumoto2019-12-15
|
* Remove debug messageYasuhiro Matsumoto2019-12-15
|
* Add clangdYasuhiro Matsumoto2019-12-15
|
* Add settingYasuhiro Matsumoto2019-12-15
|
* Add lsp_settings_extra_pathsYasuhiro Matsumoto2019-12-15
|
* Check requiresYasuhiro Matsumoto2019-12-15
|
* Fix indentationYasuhiro Matsumoto2019-12-14
|
* Fix UNIX's pathYasuhiro Matsumoto2019-12-14
|
* InstallYasuhiro Matsumoto2019-12-14
|
* SuggestionYasuhiro Matsumoto2019-12-14
|
* Fix structureYasuhiro Matsumoto2019-12-14
|
* First importYasuhiro Matsumoto2019-12-14