aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [docgen] Update CONFIG.mdGithub Actions2021-01-271-0/+20
* | | | Merge pull request #686 from lithammer/bash-language-server-prevent-recursive...Michael Lingelbach2021-01-272-0/+10
|\ \ \ \
| * | | | [docgen] Update README.mdGithub Actions2021-01-201-0/+3
| * | | | bashls: Set GLOB_PATTERN to prevent recursive scanningPeter Lithammer2021-01-201-0/+7
* | | | | Merge pull request #702 from mjlbach/fix_docgen_2Michael Lingelbach2021-01-261-0/+3
|\ \ \ \ \
| * | | | | docgen: fix if malformed json entries presentMichael Lingelbach2021-01-261-0/+3
* | | | | | Merge pull request #671 from mjlbach/kotlin_update_rootsMichael Lingelbach2021-01-261-3/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | kotlin: update roots to fallback to build.gradleMichael Lingelbach2021-01-151-3/+9
* | | | | | [docgen] Update CONFIG.mdGithub Actions2021-01-251-2/+10
* | | | | | Merge pull request #700 from mjlbach/update_omnisharpMichael Lingelbach2021-01-251-2/+10
|\ \ \ \ \ \
| * | | | | | omnisharp: update instructions for darwin/linuxMichael Lingelbach2021-01-251-2/+10
|/ / / / / /
* | | | | | [docgen] Update CONFIG.mdGithub Actions2021-01-251-0/+4
* | | | | | Merge pull request #508 from mjlbach/remove_dynamic_registration_workaroundMichael Lingelbach2021-01-251-20/+0
|\ \ \ \ \ \
| * | | | | | remove client/registerCapability handlerMichael Lingelbach2021-01-251-20/+0
|/ / / / / /
* | | | | | Merge pull request #698 from mjlbach/remove_deprecated_commandsMichael Lingelbach2021-01-241-16/+0
|\ \ \ \ \ \
| * | | | | | Remove deprecated commands :LspInstall and :LspInstallInfoMichael Lingelbach2021-01-241-16/+0
|/ / / / / /
* | | | | | [docgen] Update CONFIG.mdGithub Actions2021-01-241-1/+7
* | | | | | Merge pull request #690 from teto/compact-lsp-infoMichael Lingelbach2021-01-241-16/+22
|\ \ \ \ \ \
| * | | | | | [docgen] Update README.mdGithub Actions2021-01-241-1/+17
| * | | | | | LspInfo: make output more compactMatthieu Coudron2021-01-241-16/+22
* | | | | | | [docgen] Update CONFIG.mdGithub Actions2021-01-231-1/+11
* | | | | | | Merge pull request #695 from mjlbach/fix_docgen_ciMichael Lingelbach2021-01-231-3/+5
|\ \ \ \ \ \ \
| * | | | | | | docgen: remove CI trigger for PRs, only pushes to masterMichael Lingelbach2021-01-231-3/+5
|/ / / / / / /
* | | | | | | Merge pull request #693 from mjlbach/feature_request_templateMichael Lingelbach2021-01-232-0/+19
|\ \ \ \ \ \ \
| * | | | | | | [docgen] Update README.mdGithub Actions2021-01-231-0/+18
| * | | | | | | Add feature request templateMichael Lingelbach2021-01-231-0/+13
* | | | | | | | Merge pull request #680 from delphinus/feature/use-nvim-execMichael Lingelbach2021-01-222-13/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | [docgen] Update README.mdGithub Actions2021-01-201-0/+12
| * | | | | | | | Remove an unused funcdelphinus2021-01-201-7/+0
| * | | | | | | | Use nvim_exec to execute multiline commandsdelphinus2021-01-201-6/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #668 from mhartington/angularls-binMichael Lingelbach2021-01-222-9/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [docgen] Update README.mdGithub Actions2021-01-141-4/+3
| * | | | | | | use new global bin commandMike Hartington2021-01-141-5/+4
* | | | | | | | Merge pull request #672 from mjlbach/refactor_lspinfoMichael Lingelbach2021-01-222-114/+120
|\ \ \ \ \ \ \ \
| * | | | | | | | lspinfo: move to moduleMichael Lingelbach2021-01-152-114/+120
* | | | | | | | | Merge pull request #689 from ckipp01/dirnameMichael Lingelbach2021-01-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Correct dirname typo in racket_langserverckipp012021-01-221-1/+1
|/ / / / / / / / /
* | | | | / / / / Update bug_report.mdMichael Lingelbach2021-01-201-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | [docgen] Update README.mdGithub Actions2021-01-201-0/+35
* | | | | | | | Merge pull request #679 from ckipp01/racketMichael Lingelbach2021-01-201-0/+28
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add racket_langserver.ckipp012021-01-201-0/+28
|/ / / / / / /
* | | | | | | Merge pull request #678 from mjlbach/pyright_update_rootMichael Lingelbach2021-01-181-1/+12
|\ \ \ \ \ \ \
| * | | | | | | pyright: add current file directory as fallback for rootMichael Lingelbach2021-01-181-1/+12
| |/ / / / / /
* | | | | | | vimls: change to use cwd instead of home for rootMichael Lingelbach2021-01-181-1/+1
* | | | | | | Merge pull request #677 from lithammer/fix-scry-root-patternMichael Lingelbach2021-01-181-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | scry: Fix missing function call in root_dirPeter Lithammer2021-01-181-1/+1
|/ / / / / /
* | | | | | Update bug_report.mdMichael Lingelbach2021-01-151-1/+1
* | | | | | Merge pull request #673 from mjlbach/filetypes_nil_handlingMichael Lingelbach2021-01-151-1/+1
|\ \ \ \ \ \
| * | | | | | Add handling for nil filetypesMichael Lingelbach2021-01-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #509 from mjlbach/remove_deprecated_handlersMichael Lingelbach2021-01-152-46/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |