| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #693 from mjlbach/feature_request_template | Michael Lingelbach | 2021-01-23 | 2 | -0/+19 |
| |\ | |||||
| | * | [docgen] Update README.md | Github Actions | 2021-01-23 | 1 | -0/+18 |
| | * | Add feature request template | Michael Lingelbach | 2021-01-23 | 1 | -0/+13 |
| * | | Merge pull request #680 from delphinus/feature/use-nvim-exec | Michael Lingelbach | 2021-01-22 | 2 | -13/+6 |
| |\ \ | |||||
| | * | | [docgen] Update README.md | Github Actions | 2021-01-20 | 1 | -0/+12 |
| | * | | Remove an unused func | delphinus | 2021-01-20 | 1 | -7/+0 |
| | * | | Use nvim_exec to execute multiline commands | delphinus | 2021-01-20 | 1 | -6/+6 |
| | |/ | |||||
| * | | Merge pull request #668 from mhartington/angularls-bin | Michael Lingelbach | 2021-01-22 | 2 | -9/+7 |
| |\ \ | |||||
| | * | | [docgen] Update README.md | Github Actions | 2021-01-14 | 1 | -4/+3 |
| | * | | use new global bin command | Mike Hartington | 2021-01-14 | 1 | -5/+4 |
| * | | | Merge pull request #672 from mjlbach/refactor_lspinfo | Michael Lingelbach | 2021-01-22 | 2 | -114/+120 |
| |\ \ \ | |||||
| | * | | | lspinfo: move to module | Michael Lingelbach | 2021-01-15 | 2 | -114/+120 |
| * | | | | Merge pull request #689 from ckipp01/dirname | Michael Lingelbach | 2021-01-22 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Correct dirname typo in racket_langserver | ckipp01 | 2021-01-22 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Update bug_report.md | Michael Lingelbach | 2021-01-20 | 1 | -1/+1 |
| * | | | | [docgen] Update README.md | Github Actions | 2021-01-20 | 1 | -0/+35 |
| * | | | | Merge pull request #679 from ckipp01/racket | Michael Lingelbach | 2021-01-20 | 1 | -0/+28 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Add racket_langserver. | ckipp01 | 2021-01-20 | 1 | -0/+28 |
| |/ / / | |||||
| * | | | Merge pull request #678 from mjlbach/pyright_update_root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 |
| |\ \ \ | |||||
| | * | | | pyright: add current file directory as fallback for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 |
| | |/ / | |||||
| * | | | vimls: change to use cwd instead of home for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+1 |
| * | | | Merge pull request #677 from lithammer/fix-scry-root-pattern | Michael Lingelbach | 2021-01-18 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | scry: Fix missing function call in root_dir | Peter Lithammer | 2021-01-18 | 1 | -1/+1 |
| |/ / | |||||
| * | | Update bug_report.md | Michael Lingelbach | 2021-01-15 | 1 | -1/+1 |
| * | | Merge pull request #673 from mjlbach/filetypes_nil_handling | Michael Lingelbach | 2021-01-15 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Add handling for nil filetypes | Michael Lingelbach | 2021-01-15 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #509 from mjlbach/remove_deprecated_handlers | Michael Lingelbach | 2021-01-15 | 2 | -46/+0 |
| |\ \ | |||||
| | * | | 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 |
| |\ \ | |||||
