Commit graph

6 commits

Author SHA1 Message Date
231tr0n
ce9f397d04
fix: remove extra double quotes for fzf prompt (#339) 2024-01-14 09:32:39 -08:00
Jaehwang Jung
66078ea0fa
feat(fzf): various improvements (#275)
* use fzf#wrap to repect user config
* show the first item at the top
* a space after index
2023-07-11 08:37:07 -07:00
Steven Arcangeli
7f084b0b2b perf: speed up foldexpr by removing vimscript (#37)
Going through the aerial#foldexpr() script was taking some overhead. By
directly using v:lua we can avoid that and get a ~30% speed boost.
2022-01-01 17:21:17 -08:00
Steven Arcangeli
77434b7f2f cleanup: remove unused function 2021-12-03 04:47:39 -08:00
Steven Arcangeli
07c1c8c1f5 Address #9: Add fzf integration 2021-07-16 15:52:17 -07:00
Steven Arcangeli
6304504626 Feature: code folding 2021-06-18 17:21:38 -07:00