aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "docs: vim.lsp.buf.formatting() is deprecated #2077Justin M. Keyes2022-08-231-1/+1
| | | This reverts commit 589d38d3cf2e711cf848c12ed1d6ba38899a2f38.
* docs: vim.lsp.buf.formatting() is deprecated #2074AYOUB EL MHAMDI2022-08-211-1/+1
|
* fix(docs): wrong release URL #1979Kid2022-07-021-1/+1
| | | Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
* docs: fix link #1875Clément Bœsch2022-06-281-1/+1
|
* docs: unverbose, mention "settings" paramJustin M. Keyes2022-06-131-61/+50
| | | | | | | | | | | | | | | | | Problem: - The docs are verbose. - The "settings" param is not really clarified anywhere. Solution: - Mention the "settings" param in the README. - Tighten up the wording. - Remove the "Use a loop to conveniently call 'setup'..." advice in the docs. It confuses users and doesn't really save much code. - Start to reduce the scope of nvim-lspconfig. - For example, it is redundant for it to document general LSP things. Thus, the help section *lspconfig-lsp* was removed. closes #1951
* docs: clarify and unverboseJustin M. Keyes2022-06-081-21/+6
|
* fix(docs): vim.lsp.buf.format -> vim.lsp.buf.formatting (#1936)Kurtis2022-06-031-1/+1
| | | | | | There doesn't appear to actually be a function called `format`. Instead, I believe what we actually want here is a call `formatting`. Co-authored-by: Kurtis Nusbaum <kcommiter@gmail.com>
* fix(docs): update example keybindings documentation (#1899)Kurtis2022-06-011-17/+20
|
* feat: add :LspLog command #1917William Boman2022-05-221-1/+1
|
* docs: update READMEMichael Lingelbach2022-04-281-0/+1
|
* docs: update readmeblack-desk2022-04-271-2/+2
| | | | | | | * Fix typo * Update chat room to point to matrix Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
* docs: update suggested keybinds (#1689)daangoossens222022-01-281-1/+1
|
* docs: fix alignment in readmeMichael Lingelbach2022-01-231-1/+1
|
* docs: update readme (#1677)Michael Lingelbach2022-01-231-80/+51
|
* docs: fix URLS to example configurations (#1604)Zeger Van de Vannet2021-12-241-2/+2
|
* chore(docs): remove windows notes from readmekylo2522021-12-081-4/+0
|
* docs: replace mention of deprecated APIs (#1532)zeertzjq2021-12-031-4/+4
|
* docs: update minimum requirements to nvim-0.6Michael Lingelbach2021-11-301-1/+1
| | | | | While not strictly required, compatibility guarantees are only provided for the latest release on the HEAD of lspconfig. Use a commit or tag for compatibility with previous releases.
* docs: make |lspconfig-server-configurations| jump to the markdown file (#1497)Michael Lingelbach2021-11-271-2/+2
| | | | | | | | | | * 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>
* docs: update intro formatting (#1454)not2021-11-191-1/+1
|
* docs(readme): stress that configs are community-maintained (#1440)Christian Clason2021-11-181-1/+4
| | | Also suggest helping test PRs with `needs-testing` label
* docs(readme): fix link to server_configurations.md (#1394)Bill Mill2021-11-091-3/+3
|
* docs: follow-up fixes from overhaul (#1389)Michael Lingelbach2021-11-091-7/+9
|
* docs: documentation overhaul (#1384)Michael Lingelbach2021-11-091-7/+7
| | | | | | * 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: clarify function of lspconfig (#1350)Michael Lingelbach2021-10-301-1/+1
|
* docs(readme): make it faster to get to config.md (#1238)Beau2021-10-011-1/+1
| | | Add link to start of README
* docs: readme formatting/layout (#1167)veleth2021-08-221-25/+47
| | | | | | + Refactored indentation of content inside ordered lists + Added empty lines separating elements + Replaced vim with lua in code blocks, so highlight won't be messed up + Fixed missing space in a comment
* docs: improve consistency of example configuration (#1063)jordivandooren2021-08-061-5/+5
|
* docs: mention the minimal init.lua in debuggingMichael Lingelbach2021-07-261-1/+3
|
* Update README.mdMichael Lingelbach2021-07-111-1/+1
|
* Update README.mdMichael Lingelbach2021-07-111-0/+2
|
* docs: make the role of on_attach more explicitMichael Lingelbach2021-07-111-0/+1
|
* docs: fix typo in vim-plug instructions (#1044)Ashish Panigrahi2021-07-091-1/+1
|
* docs: fix link to nightly releaseAshish Panigrahi2021-07-031-1/+1
|
* docs: fix typos in readme Ashish Panigrahi2021-07-031-2/+2
|
* docs: lspconfig is compatible with neovim 0.5 releaseAshish Panigrahi2021-07-031-6/+6
|
* fix: snippets wiki link in readmeadrian52021-07-021-1/+1
|
* docs: recommend debouncingMichael Lingelbach2021-06-301-1/+6
|
* Fix eof to upper case, (E5107 error)mrquaketotheworld2021-05-251-1/+1
|
* UpdateMichael Lingelbach2021-05-171-4/+20
|
* docs: simplify and reorganizeMichael Lingelbach2021-05-161-268/+68
|
* Add `code_action()` keybinding to READMEIstván Donkó2021-04-181-0/+1
| | | | This was something that I have only recently discovered and works very well with at least `hls` and `vuels`. It believes that this repository is a very defining starting point for many neovim users, especially since release 0.5 is coming up soon, so it would be helpful to more prominently display this awesome feature!
* Merge pull request #840 from mjlbach/lsp_start_improvementsMichael Lingelbach2021-04-141-1/+1
|\ | | | | LspStart: make start all matching clients by default
| * LspStart: make start all matching clients by defaultMichael Lingelbach2021-04-141-1/+1
| |
* | Merge pull request #830 from csaez/patch-1Michael Lingelbach2021-04-091-2/+3
|\ \ | |/ |/| Fix conditional keymap in README
| * Fix conditional keymapCesar Saez2021-04-091-2/+3
| | | | | | The recommended configuration in the `README.md` doesn't setup the keymap for range formatting correctly: this needs to be done independent from the full document formatting and making sure the keymap is set in visual mode as it's meant to work in the selection.
* | docs: updateMichael Lingelbach2021-04-091-8/+10
|/
* docs: add note about spawn on WindowsMichael Lingelbach2021-03-281-3/+17
|
* Update ReadmeMichael Lingelbach2021-03-191-14/+16
|
* Add discourse to readmeMichael Lingelbach2021-03-131-1/+1
|