| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix: internally use forward delineated paths cross-platform (#1593) | Michael Lingelbach | 2021-12-23 | 1 | -0/+3 | |
| | | | | | * Escape paths used to autocommands * Always normalize windows path to forward slash for internal use | |||||
| * | docs: replace mention of deprecated APIs (#1532) | zeertzjq | 2021-12-03 | 1 | -4/+4 | |
| | | ||||||
| * | docs: update adding a new server example (#1499) | Michael Lingelbach | 2021-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | docs: make |lspconfig-server-configurations| jump to the markdown file (#1497) | Michael Lingelbach | 2021-11-27 | 1 | -21/+19 | |
| | | | | | | | | | | | * generating the tags at docgen and modifying the |lspconfig-server-configurations| tag allows `:help lspconfig-server-configurations` take you to ./doc/server_configurations.md * adding a modeline to the markdown file ensures it sets the correct filetype Co-authored-by: Javier López <graulopezjavier@gmail.com> | |||||
| * | fix: single_file_mode should be single_file_support (#1489) | Michael Lingelbach | 2021-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | docs: fix typo in lspconfig.txt (#1434) | wdrap | 2021-11-16 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -16/+22 | |
| | | | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | |||||
| * | docs: fixed incorrect tag (#1391) | dundargoc | 2021-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | docs: follow-up fixes from overhaul (#1389) | Michael Lingelbach | 2021-11-09 | 1 | -9/+10 | |
| | | ||||||
| * | docs: documentation overhaul (#1384) | Michael Lingelbach | 2021-11-09 | 1 | -174/+572 | |
| | | | | | | | * remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder | |||||
| * | docs: update README.md | Github Actions | 2021-10-30 | 1 | -2/+3 | |
| | | | | | skip-checks: true | |||||
| * | docs: update README.md | Github Actions | 2021-10-16 | 1 | -1/+2 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-08-22 | 1 | -27/+23 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-08-15 | 1 | -5/+5 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-07-26 | 1 | -1/+2 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-07-20 | 1 | -2/+6 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-07-03 | 1 | -8/+13 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-05-25 | 1 | -1/+1 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-05-22 | 1 | -281/+105 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-04-18 | 1 | -1/+2 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-04-10 | 1 | -2/+3 | |
| | | | | | skip-checks: true | |||||
| * | [docgen] Update README.md | Github Actions | 2021-04-09 | 1 | -19/+17 | |
| | | | | | skip-checks: true | |||||
| * | manual docgen | Michael Lingelbach | 2021-03-28 | 1 | -4/+27 | |
| | | ||||||
| * | Documentation fixes | Michael Lingelbach | 2021-03-27 | 1 | -3/+3 | |
| | | ||||||
| * | docgen: add vimdoc pipeline with babelfish | Michael Lingelbach | 2021-03-27 | 1 | -0/+387 | |
