| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | remove deprecated handlers that were moved to neovim core | Michael Lingelbach | 2021-01-08 | 2 | -46/+0 | |
| * | | | | | | Merge pull request #670 from mjlbach/add_executable_check | Michael Lingelbach | 2021-01-15 | 1 | -2/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Check if language server is executable before trying to start it | Michael Lingelbach | 2021-01-14 | 1 | -2/+7 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #661 from mjlbach/lspinfo_fix_display | Michael Lingelbach | 2021-01-15 | 4 | -32/+53 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [docgen] Update README.md | Github Actions | 2021-01-15 | 1 | -0/+1 | |
| | * | | | | | | LspInfo: fix display when client cmd contains newlines | Michael Lingelbach | 2021-01-14 | 3 | -32/+52 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #669 from mjlbach/fix_filetypes | Michael Lingelbach | 2021-01-14 | 1 | -9/+20 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | LspInfo: fix when filetypes not defined | Michael Lingelbach | 2021-01-14 | 1 | -9/+20 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #665 from mjlbach/fix_lsp_info_root_detect | Michael Lingelbach | 2021-01-14 | 3 | -12/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [docgen] Update README.md | Github Actions | 2021-01-14 | 1 | -2/+2 | |
| | * | | | | | Fix root detection for LspInfo, cache setup | Michael Lingelbach | 2021-01-14 | 2 | -10/+12 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #659 from mjlbach/disable_transparency_lspinfo | Michael Lingelbach | 2021-01-11 | 1 | -1/+0 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | LspInfo: disable transparency for terminal emulator compatibility | Michael Lingelbach | 2021-01-11 | 1 | -1/+0 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #651 from mjlbach/lsp_info | Michael Lingelbach | 2021-01-11 | 3 | -2/+208 | |
| |\ \ \ \ | ||||||
| | * | | | | [docgen] Update README.md | Github Actions | 2021-01-11 | 1 | -92/+0 | |
| | * | | | | Commands: add LspInfo | Michael Lingelbach | 2021-01-11 | 3 | -2/+208 | |
| * | | | | | Merge pull request #657 from mjlbach/fix_rust_analyzer_root | Michael Lingelbach | 2021-01-11 | 2 | -95/+9 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | [docgen] Update README.md | Github Actions | 2021-01-11 | 1 | -92/+0 | |
| | * | | | | rust_analyzer: read project root from cargo | Michael Lingelbach | 2021-01-11 | 1 | -3/+9 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #655 from ckipp01/metals | Michael Lingelbach | 2021-01-10 | 1 | -1/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove package_json link from metals. | ckipp01 | 2021-01-10 | 1 | -1/+0 | |
| |/ / / / | ||||||
| * | | | | readme: add references to the wiki | Michael Lingelbach | 2021-01-09 | 1 | -0/+10 | |
| * | | | | Merge pull request #644 from jdrouhard/clangd_fix_capabilities | Michael Lingelbach | 2021-01-09 | 2 | -18/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | clangd: fix capabilities by extending protocol defaults with utf-8 offset enc... | John Drouhard | 2021-01-08 | 2 | -18/+17 | |
| | |/ / / | ||||||
| * | | | | tsserver: fix luacheck error | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 | |
| * | | | | Merge pull request #648 from mjlbach/rust_analyzer_root | Michael Lingelbach | 2021-01-08 | 1 | -1/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | rust-analyzer: fix root pattern for multi-crate projects | Michael Lingelbach | 2021-01-08 | 1 | -1/+5 | |
| * | | | | | Merge pull request #554 from mjlbach/typescript_fix_root | Michael Lingelbach | 2021-01-08 | 1 | -1/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [docgen] Update README.md | Github Actions | 2021-01-09 | 1 | -1/+21 | |
| | * | | | | | tsserver: fix root detection to prefer tsconfig.json | Michael Lingelbach | 2021-01-08 | 1 | -1/+4 | |
| * | | | | | | 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 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #647 from mjlbach/readme_on_attach | Michael Lingelbach | 2021-01-08 | 1 | -4/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | readme: align with neovim core's documentation of on_attach | Michael Lingelbach | 2021-01-08 | 1 | -4/+2 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | [docgen] Update README.md | Github Actions | 2021-01-09 | 1 | -1/+1 | |
| * | | | | | | jdtls: fix spelling error | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #646 from mjlbach/jdtls_fix_formatting | Michael Lingelbach | 2021-01-08 | 1 | -4/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | jdtls: fix formatting and non-local variable | Michael Lingelbach | 2021-01-08 | 1 | -4/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #645 from mjlbach/jdtls_fix_docs | Michael Lingelbach | 2021-01-08 | 2 | -0/+55 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | [docgen] Update README.md | Github Actions | 2021-01-09 | 1 | -0/+17 | |
| | * | | | | | jdtls: fix cmd and fix java documentation | Michael Lingelbach | 2021-01-08 | 1 | -0/+38 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #560 from mjlbach/readme_tweaks | Michael Lingelbach | 2021-01-08 | 1 | -1/+3 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | 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 | |
| * | | | | | Merge pull request #558 from mjlbach/readme_fix_function | Michael Lingelbach | 2021-01-08 | 1 | -0/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | readme: fix function, add missing servers for clarity | Michael Lingelbach | 2021-01-08 | 1 | -0/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #556 from mjlbach/solargraph_diagnostics | Michael Lingelbach | 2021-01-08 | 2 | -2/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | [docgen] Update README.md | Github Actions | 2021-01-08 | 1 | -225/+41 | |
| | * | | | | solargraph: enable diagnostics by default | Michael Lingelbach | 2021-01-08 | 1 | -1/+6 | |
