aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | remove deprecated handlers that were moved to neovim coreMichael Lingelbach2021-01-082-46/+0
* | | | | | Merge pull request #670 from mjlbach/add_executable_checkMichael Lingelbach2021-01-151-2/+7
|\ \ \ \ \ \
| * | | | | | Check if language server is executable before trying to start itMichael Lingelbach2021-01-141-2/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #661 from mjlbach/lspinfo_fix_displayMichael Lingelbach2021-01-154-32/+53
|\ \ \ \ \ \
| * | | | | | [docgen] Update README.mdGithub Actions2021-01-151-0/+1
| * | | | | | LspInfo: fix display when client cmd contains newlinesMichael Lingelbach2021-01-143-32/+52
|/ / / / / /
* | | | | | Merge pull request #669 from mjlbach/fix_filetypesMichael Lingelbach2021-01-141-9/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | LspInfo: fix when filetypes not definedMichael Lingelbach2021-01-141-9/+20
|/ / / / /
* | | | | Merge pull request #665 from mjlbach/fix_lsp_info_root_detectMichael Lingelbach2021-01-143-12/+14
|\ \ \ \ \
| * | | | | [docgen] Update README.mdGithub Actions2021-01-141-2/+2
| * | | | | Fix root detection for LspInfo, cache setupMichael Lingelbach2021-01-142-10/+12
|/ / / / /
* | | | | Merge pull request #659 from mjlbach/disable_transparency_lspinfoMichael Lingelbach2021-01-111-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | LspInfo: disable transparency for terminal emulator compatibilityMichael Lingelbach2021-01-111-1/+0
|/ / / /
* | | | Merge pull request #651 from mjlbach/lsp_infoMichael Lingelbach2021-01-113-2/+208
|\ \ \ \
| * | | | [docgen] Update README.mdGithub Actions2021-01-111-92/+0
| * | | | Commands: add LspInfoMichael Lingelbach2021-01-113-2/+208
* | | | | Merge pull request #657 from mjlbach/fix_rust_analyzer_rootMichael Lingelbach2021-01-112-95/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [docgen] Update README.mdGithub Actions2021-01-111-92/+0
| * | | | rust_analyzer: read project root from cargoMichael Lingelbach2021-01-111-3/+9
|/ / / /
* | | | Merge pull request #655 from ckipp01/metalsMichael Lingelbach2021-01-101-1/+0
|\ \ \ \
| * | | | Remove package_json link from metals.ckipp012021-01-101-1/+0
|/ / / /
* | | | readme: add references to the wikiMichael Lingelbach2021-01-091-0/+10
* | | | Merge pull request #644 from jdrouhard/clangd_fix_capabilitiesMichael Lingelbach2021-01-092-18/+17
|\ \ \ \
| * | | | clangd: fix capabilities by extending protocol defaults with utf-8 offset enc...John Drouhard2021-01-082-18/+17
| |/ / /
* | | | tsserver: fix luacheck errorMichael Lingelbach2021-01-081-1/+1
* | | | Merge pull request #648 from mjlbach/rust_analyzer_rootMichael Lingelbach2021-01-081-1/+5
|\ \ \ \
| * | | | rust-analyzer: fix root pattern for multi-crate projectsMichael Lingelbach2021-01-081-1/+5
* | | | | Merge pull request #554 from mjlbach/typescript_fix_rootMichael Lingelbach2021-01-081-1/+4
|\ \ \ \ \
| * | | | | [docgen] Update README.mdGithub Actions2021-01-091-1/+21
| * | | | | tsserver: fix root detection to prefer tsconfig.jsonMichael Lingelbach2021-01-081-1/+4
* | | | | | Merge pull request #649 from mjlbach/fix_custom_configMichael Lingelbach2021-01-081-1/+2
|\ \ \ \ \ \
| * | | | | | readme: fix broken custom config exampleMichael Lingelbach2021-01-081-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #647 from mjlbach/readme_on_attachMichael Lingelbach2021-01-081-4/+2
|\ \ \ \ \ \
| * | | | | | readme: align with neovim core's documentation of on_attachMichael Lingelbach2021-01-081-4/+2
| | |_|/ / / | |/| | | |
* | | | | | [docgen] Update README.mdGithub Actions2021-01-091-1/+1
* | | | | | jdtls: fix spelling errorMichael Lingelbach2021-01-081-1/+1
* | | | | | Merge pull request #646 from mjlbach/jdtls_fix_formattingMichael Lingelbach2021-01-081-4/+3
|\ \ \ \ \ \
| * | | | | | jdtls: fix formatting and non-local variableMichael Lingelbach2021-01-081-4/+3
|/ / / / / /
* | | | | | Merge pull request #645 from mjlbach/jdtls_fix_docsMichael Lingelbach2021-01-082-0/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [docgen] Update README.mdGithub Actions2021-01-091-0/+17
| * | | | | jdtls: fix cmd and fix java documentationMichael Lingelbach2021-01-081-0/+38
| |/ / / /
* | | | | Merge pull request #560 from mjlbach/readme_tweaksMichael Lingelbach2021-01-081-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | readme: clarify mapping multiple language serversMichael Lingelbach2021-01-081-1/+3
|/ / / /
* | | | Merge pull request #559 from pierreprinetti/readme_typoMichael Lingelbach2021-01-081-1/+1
|\ \ \ \
| * | | | README.md: Fix a typo in a suggested help commandPierre Prinetti2021-01-081-1/+1
* | | | | Merge pull request #558 from mjlbach/readme_fix_functionMichael Lingelbach2021-01-081-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | readme: fix function, add missing servers for clarityMichael Lingelbach2021-01-081-0/+2
|/ / / /
* | | | Merge pull request #556 from mjlbach/solargraph_diagnosticsMichael Lingelbach2021-01-082-2/+12
|\ \ \ \
| * | | | [docgen] Update README.mdGithub Actions2021-01-081-225/+41
| * | | | solargraph: enable diagnostics by defaultMichael Lingelbach2021-01-081-1/+6