Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Suggest vim plugin | Yasuhiro Matsumoto | 2020-01-21 |
| | |||
* | Don't load on older vim | David Briscoe | 2020-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 changes | Yasuhiro Matsumoto | 2020-01-10 |
| | |||
* | Ignore no-filetype | Yasuhiro Matsumoto | 2020-01-08 |
| | |||
* | comment on ... | prabirshrestha | 2020-01-01 |
| | |||
* | add support for neovim | prabirshrestha | 2020-01-01 |
| | |||
* | fix exists(':Excmd') check | tyru | 2020-01-01 |
| | |||
* | Add g:lsp_settings_servers_dir option | thinca | 2019-12-31 |
| | |||
* | Merge pull request #49 from thinca/setup-server-dir-in-vim-script | mattn | 2019-12-31 |
|\ | | | | | Setup server directory in Vim script | ||
| * | Setup server directory in Vim script | thinca | 2019-12-31 |
| | | | | | | | | All installer scripts assume invoked at the installing path. | ||
* | | Fix #50 : filetype always lower-case work | Tsuyoshi CHO | 2019-12-31 |
|/ | |||
* | Check command exists | Yasuhiro Matsumoto | 2019-12-29 |
| | |||
* | Show colored message | Yasuhiro Matsumoto | 2019-12-28 |
| | |||
* | Check first sub-type in filetype | Yasuhiro Matsumoto | 2019-12-28 |
| | |||
* | reduce startup time by checking lsp executables on FileType event | itchyny | 2019-12-27 |
| | |||
* | Define if not defined | Yasuhiro Matsumoto | 2019-12-26 |
| | |||
* | Define LspInstallServer even if server is alrady installed | Yasuhiro Matsumoto | 2019-12-26 |
| | |||
* | Remove debug message | Yasuhiro Matsumoto | 2019-12-25 |
| | |||
* | Add command again | Yasuhiro Matsumoto | 2019-12-25 |
| | |||
* | Merge branch 'master' into lsp-register-server | Yasuhiro Matsumoto | 2019-12-25 |
|\ | |||
| * | Merge pull request #13 from kazukazuinaina/add_check_Duplicate | mattn | 2019-12-25 |
| |\ | | | | | | | add check duplicate | ||
| | * | add check duplicate | kazukazuinaina | 2019-12-25 |
| | | | |||
* | | | Merge branch 'master' into lsp-register-server | Yasuhiro Matsumoto | 2019-12-25 |
|\| | | |||
| * | | Fix not enough arguments for printf | Hiroaki Nakamura | 2019-12-25 |
| |/ | |||
* / | Add LspRegisterServer | Yasuhiro Matsumoto | 2019-12-25 |
|/ | | | | Closes #7 | ||
* | Enable server when installation finished successfully | Yasuhiro Matsumoto | 2019-12-18 |
| | |||
* | plugin/{name}.vim should be same as plugin name | tyru | 2019-12-18 |
| | |||
* | Add lsp_settings_whitelist | Yasuhiro Matsumoto | 2019-12-18 |
| | |||
* | Add installer | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | command/cmd must not be lambda | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | Fix override | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | Add command | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | Add clojure | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | Fix script | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | Add servers directory to lsp_settings_extra_paths | Yasuhiro Matsumoto | 2019-12-16 |
| | |||
* | Rename | Yasuhiro Matsumoto | 2019-12-15 |
| | |||
* | Remove debug message | Yasuhiro Matsumoto | 2019-12-15 |
| | |||
* | Add clangd | Yasuhiro Matsumoto | 2019-12-15 |
| | |||
* | Add setting | Yasuhiro Matsumoto | 2019-12-15 |
| | |||
* | Add lsp_settings_extra_paths | Yasuhiro Matsumoto | 2019-12-15 |
| | |||
* | Check requires | Yasuhiro Matsumoto | 2019-12-15 |
| | |||
* | Fix indentation | Yasuhiro Matsumoto | 2019-12-14 |
| | |||
* | Fix UNIX's path | Yasuhiro Matsumoto | 2019-12-14 |
| | |||
* | Install | Yasuhiro Matsumoto | 2019-12-14 |
| | |||
* | Suggestion | Yasuhiro Matsumoto | 2019-12-14 |
| | |||
* | Fix structure | Yasuhiro Matsumoto | 2019-12-14 |
| | |||
* | First import | Yasuhiro Matsumoto | 2019-12-14 |