aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lspconfig.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: internally use forward delineated paths cross-platform (#1593)Michael Lingelbach2021-12-231-0/+3
| | | | * Escape paths used to autocommands * Always normalize windows path to forward slash for internal use
* docs: replace mention of deprecated APIs (#1532)zeertzjq2021-12-031-4/+4
|
* docs: update adding a new server example (#1499)Michael Lingelbach2021-11-271-1/+1
|
* docs: make |lspconfig-server-configurations| jump to the markdown file (#1497)Michael Lingelbach2021-11-271-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 Lingelbach2021-11-261-1/+1
|
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* docs: fix typo in lspconfig.txt (#1434)wdrap2021-11-161-1/+1
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-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)dundargoc2021-11-091-1/+1
|
* docs: follow-up fixes from overhaul (#1389)Michael Lingelbach2021-11-091-9/+10
|
* docs: documentation overhaul (#1384)Michael Lingelbach2021-11-091-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.mdGithub Actions2021-10-301-2/+3
| | | | skip-checks: true
* docs: update README.mdGithub Actions2021-10-161-1/+2
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-08-221-27/+23
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-08-151-5/+5
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-07-261-1/+2
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-07-201-2/+6
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-07-031-8/+13
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-05-251-1/+1
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-05-221-281/+105
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-04-181-1/+2
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-04-101-2/+3
| | | | skip-checks: true
* [docgen] Update README.mdGithub Actions2021-04-091-19/+17
| | | | skip-checks: true
* manual docgenMichael Lingelbach2021-03-281-4/+27
|
* Documentation fixesMichael Lingelbach2021-03-271-3/+3
|
* docgen: add vimdoc pipeline with babelfishMichael Lingelbach2021-03-271-0/+387