aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix typo in readmeIbraheem Ahmed2021-02-241-2/+2
|
* Fix readme link to snippets wiki pageRaigo Jerva2021-02-181-1/+1
|
* Update README.mdMichael Lingelbach2021-02-171-1/+1
|
* Merge pull request #738 from mjlbach/fix_autostartMichael Lingelbach2021-02-171-0/+12
|\ | | | | rename launch -> autostart, add documentation
| * rename launch -> autostart, add documentationMichael Lingelbach2021-02-171-0/+12
| |
* | readme: Fix lsp_document_highlight augroup to work for buffersPeter Lithammer2021-02-121-1/+1
| | | | | | | | | | Without this the `augroup` will be removed from old buffers when a new language server is attached.
* | readme: fix typohalkn2021-02-061-1/+1
|/
* Fix metatable __index for defining new language serversMichael Lingelbach2021-01-311-10/+13
|
* Use nvim_exec to execute multiline commandsdelphinus2021-01-201-6/+6
|
* LspInfo: fix display when client cmd contains newlinesMichael Lingelbach2021-01-141-0/+3
|
* Commands: add LspInfoMichael Lingelbach2021-01-111-2/+3
|
* readme: add references to the wikiMichael Lingelbach2021-01-091-0/+10
|
* Merge pull request #649 from mjlbach/fix_custom_configMichael Lingelbach2021-01-081-1/+2
|\ | | | | readme: fix broken custom config example
| * readme: fix broken custom config exampleMichael Lingelbach2021-01-081-1/+2
| |
* | readme: align with neovim core's documentation of on_attachMichael Lingelbach2021-01-081-4/+2
| |
* | readme: clarify mapping multiple language serversMichael Lingelbach2021-01-081-1/+3
|/
* Merge pull request #559 from pierreprinetti/readme_typoMichael Lingelbach2021-01-081-1/+1
|\ | | | | README.md: Fix a typo in a suggested help command
| * README.md: Fix a typo in a suggested help commandPierre Prinetti2021-01-081-1/+1
| | | | | | | | The backticks were too wide.
* | readme: fix function, add missing servers for clarityMichael Lingelbach2021-01-081-0/+2
|/
* readme: fix typoMichael Lingelbach2021-01-071-1/+1
|
* Update README.mdMichael Lingelbach2021-01-071-83/+155
| | | | | | | | | | | | Update Update Update Fix link add helpers for mappings
* Documentation: improve description of root patternsMichael Lingelbach2021-01-051-3/+6
|
* Documentation: improve description of root patternMichael Lingelbach2021-01-051-2/+2
|
* Add clarification about on_new_configMichael Lingelbach2021-01-051-1/+2
|
* Remove all installers and install logicMichael Lingelbach2021-01-031-12/+0
|
* Separate autogenerated readme from readme.mdMichael Lingelbach2020-12-201-5295/+2
|
* [docgen] Update README.mdGithub Actions2020-12-201-740/+819
| | | | skip-checks: true