Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Luc Sinet <[email protected]>
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
* feat(terminal): lazygit can now be toggled
- remove `hidden` parameter so it can be persistent
- map keybinding for both normal and term modes
- a default shell is now always reachable with `<C-t>` in a split
- add an addition keybinding `<C-\>` for `lazygit`
since it's hard to hit `<leader>gg` within the `timeoutlen` < 300ms
* revert(terminal): use float direction by default
|
|
|
|
|
|
|
|
|
|
|
|
|