| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #738 from mjlbach/fix_autostart | Michael Lingelbach | 2021-02-17 | 1 | -0/+12 | |
| |\ | ||||||
| | * | rename launch -> autostart, add documentation | Michael Lingelbach | 2021-02-17 | 1 | -0/+12 | |
| * | | readme: Fix lsp_document_highlight augroup to work for buffers | Peter Lithammer | 2021-02-12 | 1 | -1/+1 | |
| * | | readme: fix typo | halkn | 2021-02-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fix metatable __index for defining new language servers | Michael Lingelbach | 2021-01-31 | 1 | -10/+13 | |
| * | Use nvim_exec to execute multiline commands | delphinus | 2021-01-20 | 1 | -6/+6 | |
| * | LspInfo: fix display when client cmd contains newlines | Michael Lingelbach | 2021-01-14 | 1 | -0/+3 | |
| * | Commands: add LspInfo | Michael Lingelbach | 2021-01-11 | 1 | -2/+3 | |
| * | readme: add references to the wiki | Michael Lingelbach | 2021-01-09 | 1 | -0/+10 | |
| * | Merge pull request #649 from mjlbach/fix_custom_config | Michael Lingelbach | 2021-01-08 | 1 | -1/+2 | |
| |\ | ||||||
| | * | readme: fix broken custom config example | Michael Lingelbach | 2021-01-08 | 1 | -1/+2 | |
| * | | readme: align with neovim core's documentation of on_attach | Michael Lingelbach | 2021-01-08 | 1 | -4/+2 | |
| * | | readme: clarify mapping multiple language servers | Michael Lingelbach | 2021-01-08 | 1 | -1/+3 | |
| |/ | ||||||
| * | Merge pull request #559 from pierreprinetti/readme_typo | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 | |
| |\ | ||||||
| | * | README.md: Fix a typo in a suggested help command | Pierre Prinetti | 2021-01-08 | 1 | -1/+1 | |
| * | | readme: fix function, add missing servers for clarity | Michael Lingelbach | 2021-01-08 | 1 | -0/+2 | |
| |/ | ||||||
| * | readme: fix typo | Michael Lingelbach | 2021-01-07 | 1 | -1/+1 | |
| * | Update README.md | Michael Lingelbach | 2021-01-07 | 1 | -83/+155 | |
| * | Documentation: improve description of root patterns | Michael Lingelbach | 2021-01-05 | 1 | -3/+6 | |
| * | Documentation: improve description of root pattern | Michael Lingelbach | 2021-01-05 | 1 | -2/+2 | |
| * | Add clarification about on_new_config | Michael Lingelbach | 2021-01-05 | 1 | -1/+2 | |
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -12/+0 | |
| * | Separate autogenerated readme from readme.md | Michael Lingelbach | 2020-12-20 | 1 | -5295/+2 | |
| * | [docgen] Update README.md | Github Actions | 2020-12-20 | 1 | -740/+819 | |
| * | Merge branch 'master' of github.com:neovim/nvim-lspconfig into groovyls-support | Wuilliam Lacruz | 2020-12-10 | 1 | -795/+962 | |
| |\ | ||||||
| | * | These init_options need to be booleans in order to take effect | Pat O'Connor | 2020-11-22 | 1 | -5/+5 | |
| | * | Merge pull request #399 from Iron-E/patch-1 | Hirokazu Hata | 2020-11-16 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Change the rest of the callback usages | Iron_E | 2020-11-15 | 1 | -1/+1 | |
| | * | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -1/+1 | |
| | * | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -2/+2 | |
| | * | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -1/+1 | |
| | * | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -1/+2 | |
| | |/ | ||||||
| | * | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -63/+218 | |
| | * | Update README.md | Hirokazu Hata | 2020-11-15 | 1 | -91/+91 | |
| | * | Merge pull request #238 from steelsojka/angular-ls | Matthieu Coudron | 2020-11-14 | 1 | -1/+24 | |
| | |\ | ||||||
| | | * | [docgen] Update README.md | Github Actions | 2020-08-31 | 1 | -1/+24 | |
| * | | | fix(groovyls) README fix | Wuilliam Lacruz | 2020-09-17 | 1 | -2/+2 | |
| * | | | feat(groovyls) custom and default `cmd` works, readme updated | Wuilliam Lacruz | 2020-09-17 | 1 | -4/+53 | |
| |/ / | ||||||
| * | | [docgen] Update README.md | Github Actions | 2020-09-07 | 1 | -1/+24 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-06 | 1 | -2/+2 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-06 | 1 | -1/+1 | |
| * | | Add "Scry" language server (#343) | Peter Lithammer | 2020-09-05 | 1 | -1/+20 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-06 | 1 | -1/+1 | |
| * | | Add "Rome" language server (#344) | Peter Lithammer | 2020-09-05 | 1 | -1/+24 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-05 | 1 | -1/+1 | |
| * | | doc #346 | Justin M. Keyes | 2020-09-05 | 1 | -25/+29 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-05 | 1 | -1/+1 | |
| * | | terraform-ls: switch to Hashicorp Terraform language server #345 | Peter Lithammer | 2020-09-05 | 1 | -3/+11 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-02 | 1 | -1/+31 | |
| * | | [docgen] Update README.md | Github Actions | 2020-09-01 | 1 | -1/+1 | |
| |/ | ||||||
