Age | Commit message (Collapse) | Author |
|
* revert: do not run packer.sync() on every reload
* chore: update which-key mappings for logs
|
|
|
|
|
|
different urls (#2484)
|
|
|
|
|
|
|
|
|
|
* chore(lsp): update plugins
* refactor(lsp): decouple the installer setup-hook
- remove the deprecated `server:setup()`
- set up the server manually with lspconfig once `server:on_ready()`
has been triggered
* chore: use the new lsp_installer.setup()
|
|
|
|
|
|
|
|
|
|
|
|
* chore: bump plugins version
* chore(plugins): bump version
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* refactor(lsp): cleanup override settings
- rename lsp.override to lsp.automatic_configuration.ignored_servers
- add lsp.automatic_configuration.ignored_filetypes
* chore(info): update override section
* refactor(lsp): rename ignored to skipped
* fix: better deprecation handling
* docs(lsp): add example for (un-)skipping servers
* refactor(lsp): allow installing overridden servers
* docs(lsp): update config_win.example.lua as well
* chore(lsp): update skipped_servers list
* fix(logger): less noise from client_is_configured
|
|
|
|
|
|
|
|
|
|
Co-authored-by: danielo515 <https://github.com/danielo515>
|
|
* chore: bump plugins version
* fix(snapshot): fix bufferline wrong commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
script (#2376)
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|