Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of table (#1492)
|
|
|
|
|
|
Fix #1489
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* use a separate func instead of replacing the diagnostics messages
* fix the styling, also return if no diagnostic is available
|
|
|
|
|
|
* Add new which-key command for switching to last buffer
* chore(whichkey) Rework buffer descriptions
Co-authored-by: Luc Sinet <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dashboard->telescope closes #1413
|
|
|
|
Co-authored-by: MarcSchaetz <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Require core.autocmds before sourcing user config
* Define augroups after sourcing user config
|
|
* Define core/builtins, streamline status_color interface
* Encapsulate configuration in its own module
* Add fallback to lv-config.lua
* Rectify settings loading order to allow overriding vim options
* Move default-config into config/ module
* replace uv.fs_stat with utils.is_file
|