Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* docs: update demo images on the main readme
* chore: upload images to github directly
* chore: remove redundant media files
|
|
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list.
It is useful then to have a quick way to inspect LSP results in quickfix via Telescope.
|
|
|
|
* fix(peek): print error if lsp is unable to get file contents
* fix(peek): replace print with vim.notify
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typescript and typescriptreact needs to be added separately
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix(installer): use script-block to run commands
* fix(installer): enforce v7 as erroraction break is not supported in v5
|
|
* docs(readme): add powershell installer script for Windows
* docs(readme): simplify Windows installation
Co-authored-by: kylo252 <[email protected]>
* docs(readme): expand powershell `iex` and `iwr`
* docs(readme): use basic parsing for Powershell Invoke-WebRequest
Co-authored-by: kylo252 <[email protected]>
|