| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | fix typo in readme | Ibraheem Ahmed | 2021-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | Fix readme link to snippets wiki page | Raigo Jerva | 2021-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Michael Lingelbach | 2021-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #738 from mjlbach/fix_autostart | Michael Lingelbach | 2021-02-17 | 1 | -0/+12 | |
| |\ | | | | | rename launch -> autostart, add documentation | |||||
| | * | rename launch -> autostart, add documentation | Michael Lingelbach | 2021-02-17 | 1 | -0/+12 | |
| | | | ||||||
| * | | readme: Fix lsp_document_highlight augroup to work for buffers | Peter Lithammer | 2021-02-12 | 1 | -1/+1 | |
| | | | | | | | | | | | Without this the `augroup` will be removed from old buffers when a new language server is attached. | |||||
| * | | readme: fix typo | halkn | 2021-02-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fix metatable __index for defining new language servers | Michael Lingelbach | 2021-01-31 | 1 | -10/+13 | |
| | | ||||||
| * | Use nvim_exec to execute multiline commands | delphinus | 2021-01-20 | 1 | -6/+6 | |
| | | ||||||
| * | LspInfo: fix display when client cmd contains newlines | Michael Lingelbach | 2021-01-14 | 1 | -0/+3 | |
| | | ||||||
| * | Commands: add LspInfo | Michael Lingelbach | 2021-01-11 | 1 | -2/+3 | |
| | | ||||||
| * | readme: add references to the wiki | Michael Lingelbach | 2021-01-09 | 1 | -0/+10 | |
| | | ||||||
| * | Merge pull request #649 from mjlbach/fix_custom_config | Michael Lingelbach | 2021-01-08 | 1 | -1/+2 | |
| |\ | | | | | readme: fix broken custom config example | |||||
| | * | readme: fix broken custom config example | Michael Lingelbach | 2021-01-08 | 1 | -1/+2 | |
| | | | ||||||
| * | | readme: align with neovim core's documentation of on_attach | Michael Lingelbach | 2021-01-08 | 1 | -4/+2 | |
| | | | ||||||
| * | | readme: clarify mapping multiple language servers | Michael Lingelbach | 2021-01-08 | 1 | -1/+3 | |
| |/ | ||||||
| * | Merge pull request #559 from pierreprinetti/readme_typo | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 | |
| |\ | | | | | README.md: Fix a typo in a suggested help command | |||||
| | * | README.md: Fix a typo in a suggested help command | Pierre Prinetti | 2021-01-08 | 1 | -1/+1 | |
| | | | | | | | | | The backticks were too wide. | |||||
| * | | readme: fix function, add missing servers for clarity | Michael Lingelbach | 2021-01-08 | 1 | -0/+2 | |
| |/ | ||||||
| * | readme: fix typo | Michael Lingelbach | 2021-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update README.md | Michael Lingelbach | 2021-01-07 | 1 | -83/+155 | |
| | | | | | | | | | | | | | Update Update Update Fix link add helpers for mappings | |||||
| * | Documentation: improve description of root patterns | Michael Lingelbach | 2021-01-05 | 1 | -3/+6 | |
| | | ||||||
| * | Documentation: improve description of root pattern | Michael Lingelbach | 2021-01-05 | 1 | -2/+2 | |
| | | ||||||
| * | Add clarification about on_new_config | Michael Lingelbach | 2021-01-05 | 1 | -1/+2 | |
| | | ||||||
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -12/+0 | |
| | | ||||||
| * | Separate autogenerated readme from readme.md | Michael Lingelbach | 2020-12-20 | 1 | -5295/+2 | |
| | | ||||||
| * | [docgen] Update README.md | Github Actions | 2020-12-20 | 1 | -740/+819 | |
| | | | | | skip-checks: true | |||||
