| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Revert "docs: vim.lsp.buf.formatting() is deprecated #2077 | Justin M. Keyes | 2022-08-23 | 1 | -1/+1 | |
| | | | | This reverts commit 589d38d3cf2e711cf848c12ed1d6ba38899a2f38. | |||||
| * | docs: vim.lsp.buf.formatting() is deprecated #2074 | AYOUB EL MHAMDI | 2022-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix(docs): wrong release URL #1979 | Kid | 2022-07-02 | 1 | -1/+1 | |
| | | | | Co-authored-by: Justin M. Keyes <justinkz@gmail.com> | |||||
| * | docs: fix link #1875 | Clément Bœsch | 2022-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | docs: unverbose, mention "settings" param | Justin M. Keyes | 2022-06-13 | 1 | -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 unverbose | Justin M. Keyes | 2022-06-08 | 1 | -21/+6 | |
| | | ||||||
| * | fix(docs): vim.lsp.buf.format -> vim.lsp.buf.formatting (#1936) | Kurtis | 2022-06-03 | 1 | -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) | Kurtis | 2022-06-01 | 1 | -17/+20 | |
| | | ||||||
| * | feat: add :LspLog command #1917 | William Boman | 2022-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | docs: update README | Michael Lingelbach | 2022-04-28 | 1 | -0/+1 | |
| | | ||||||
| * | docs: update readme | black-desk | 2022-04-27 | 1 | -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) | daangoossens22 | 2022-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | docs: fix alignment in readme | Michael Lingelbach | 2022-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | docs: update readme (#1677) | Michael Lingelbach | 2022-01-23 | 1 | -80/+51 | |
| | | ||||||
| * | docs: fix URLS to example configurations (#1604) | Zeger Van de Vannet | 2021-12-24 | 1 | -2/+2 | |
| | | ||||||
| * | chore(docs): remove windows notes from readme | kylo252 | 2021-12-08 | 1 | -4/+0 | |
| | | ||||||
| * | docs: replace mention of deprecated APIs (#1532) | zeertzjq | 2021-12-03 | 1 | -4/+4 | |
| | | ||||||
| * | docs: update minimum requirements to nvim-0.6 | Michael Lingelbach | 2021-11-30 | 1 | -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 Lingelbach | 2021-11-27 | 1 | -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) | not | 2021-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | docs(readme): stress that configs are community-maintained (#1440) | Christian Clason | 2021-11-18 | 1 | -1/+4 | |
| | | | | Also suggest helping test PRs with `needs-testing` label | |||||
| * | docs(readme): fix link to server_configurations.md (#1394) | Bill Mill | 2021-11-09 | 1 | -3/+3 | |
| | | ||||||
| * | docs: follow-up fixes from overhaul (#1389) | Michael Lingelbach | 2021-11-09 | 1 | -7/+9 | |
| | | ||||||
| * | docs: documentation overhaul (#1384) | Michael Lingelbach | 2021-11-09 | 1 | -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 Lingelbach | 2021-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | docs(readme): make it faster to get to config.md (#1238) | Beau | 2021-10-01 | 1 | -1/+1 | |
| | | | | Add link to start of README | |||||
| * | docs: readme formatting/layout (#1167) | veleth | 2021-08-22 | 1 | -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) | jordivandooren | 2021-08-06 | 1 | -5/+5 | |
| | | ||||||
| * | docs: mention the minimal init.lua in debugging | Michael Lingelbach | 2021-07-26 | 1 | -1/+3 | |
| | | ||||||
| * | Update README.md | Michael Lingelbach | 2021-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Michael Lingelbach | 2021-07-11 | 1 | -0/+2 | |
| | | ||||||
| * | docs: make the role of on_attach more explicit | Michael Lingelbach | 2021-07-11 | 1 | -0/+1 | |
| | | ||||||
| * | docs: fix typo in vim-plug instructions (#1044) | Ashish Panigrahi | 2021-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | docs: fix link to nightly release | Ashish Panigrahi | 2021-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | docs: fix typos in readme | Ashish Panigrahi | 2021-07-03 | 1 | -2/+2 | |
| | | ||||||
| * | docs: lspconfig is compatible with neovim 0.5 release | Ashish Panigrahi | 2021-07-03 | 1 | -6/+6 | |
| | | ||||||
| * | fix: snippets wiki link in readme | adrian5 | 2021-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | docs: recommend debouncing | Michael Lingelbach | 2021-06-30 | 1 | -1/+6 | |
| | | ||||||
| * | Fix eof to upper case, (E5107 error) | mrquaketotheworld | 2021-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Update | Michael Lingelbach | 2021-05-17 | 1 | -4/+20 | |
| | | ||||||
| * | docs: simplify and reorganize | Michael Lingelbach | 2021-05-16 | 1 | -268/+68 | |
| | | ||||||
| * | Add `code_action()` keybinding to README | István Donkó | 2021-04-18 | 1 | -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_improvements | Michael Lingelbach | 2021-04-14 | 1 | -1/+1 | |
| |\ | | | | | LspStart: make start all matching clients by default | |||||
| | * | LspStart: make start all matching clients by default | Michael Lingelbach | 2021-04-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #830 from csaez/patch-1 | Michael Lingelbach | 2021-04-09 | 1 | -2/+3 | |
| |\ \ | |/ |/| | Fix conditional keymap in README | |||||
| | * | Fix conditional keymap | Cesar Saez | 2021-04-09 | 1 | -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: update | Michael Lingelbach | 2021-04-09 | 1 | -8/+10 | |
| |/ | ||||||
| * | docs: add note about spawn on Windows | Michael Lingelbach | 2021-03-28 | 1 | -3/+17 | |
| | | ||||||
| * | Update Readme | Michael Lingelbach | 2021-03-19 | 1 | -14/+16 | |
| | | ||||||
| * | Add discourse to readme | Michael Lingelbach | 2021-03-13 | 1 | -1/+1 | |
| | | ||||||
