Commit Graph

219 Commits

Author SHA1 Message Date
TJ DeVries
a38bb06e7d wip: Add some stuff for nvim_file 2020-09-24 23:23:03 -04:00
TJ DeVries
46f1b47c0b fix: more silenter 2020-09-24 21:04:21 -04:00
Dave Lage
b31bc361d5 fix: Use specific highlight types (#112) 2020-09-22 23:37:38 -04:00
rockerBOO
d68108e098 fix: Use specific highlight types 2020-09-22 23:36:40 -04:00
Dave Lage
84cfdd1bd8 feat: Add TelescopeBorder Highlight (#111) 2020-09-22 23:31:40 -04:00
rockerBOO
e4a5bd5824 feat: Add TelescopeBorder Highlight 2020-09-22 23:29:48 -04:00
TJ DeVries
e43efc389e fix: Don't pass anything if word match is empty 2020-09-22 12:50:03 -04:00
TJ DeVries
941fb160c5 fix: Don't log so much for users. Fix #91 2020-09-22 10:04:02 -04:00
TJ DeVries
be9a0e5236 fix: Close existing pickers when starting new one. Fix #102 2020-09-22 09:59:06 -04:00
TJ DeVries
25b7895097 feat: Disable job recording from plenary.
This should reduce memory usage at least for large jobs. We won't save
all the results into the job. I _think_ this will be half memory usage
for many situations.
2020-09-21 15:41:38 -04:00
TJ DeVries
d891ba4f2e feat: add some tests and improve perf 2020-09-18 00:11:22 -04:00
TJ DeVries
f3fc1ca8c1 fix: Make tests pass again 2020-09-18 00:11:22 -04:00
TJ DeVries
a9d9b3d8bf feat: Improved previewers and cleanup 2020-09-17 12:34:42 -04:00
TJ DeVries
7bdb39b138 fix: Don't fail if we can't save undo info 2020-09-17 08:28:50 -04:00
TJ DeVries
d170d60116 fix: Don't assume newlines are the reason the set broke 2020-09-17 08:23:19 -04:00
TJ DeVries
1dc29ed14b fix: Don't write to invalid buffers 2020-09-17 08:20:39 -04:00
haorenW1025
7d1a8292b6 feat: add scrolling in preview window (#47)
* feat: add scrolling in preview window

refactor into two layers

* remove redundant code

* add error message for scroll_fn and send_input

* consider count for preview scrolling
2020-09-16 12:20:45 -04:00
TJ DeVries
9bdf5b3d4a fix: Attempt more window closing updates 2020-09-16 12:19:30 -04:00
Dave Lage
15d3cac7b1 feat: Themes (#79)
Big shoutout to @rockerBOO  for the idea and basically all the impl!

* feat: Add dropdown layout strategy

* Adding more docs. Working better with options

* Refactor borders

* Fix for spaces

* Add preview to layout. Add Themes.

* feat: themes

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-09-15 14:54:29 -04:00
TJ DeVries
ebd090c0fe wip: some more musings on resolving height and width 2020-09-12 23:15:10 -04:00
rockerBOO
5ef7578764 fix: Error properly when using invalid layout strategy 2020-09-12 16:47:44 -04:00
TJ DeVries
f449c0499c feat: Better border configuration.
Started adding `resolve` which will allow you to do some really nice
stuff easily with options to get the window options from a variety of
inputs.

You can see how we do it in pickers.lua for borders & borderchars
currently.
2020-09-12 14:56:58 -04:00
TJ DeVries
f2d757bad3 feat: make prime happy part 1 2020-09-12 09:18:28 -04:00
TJ DeVries
402d8f1b6a fix: make begin proff 2020-09-11 11:21:09 -04:00
TJ DeVries
382c491380 feat: Add some more layout options 2020-09-11 00:14:40 -04:00
TJ DeVries
fe387d10db feat: add top down prompt position 2020-09-11 00:14:40 -04:00
TJ DeVries
a9ffc18830 feat: add border and borderchars 2020-09-10 12:00:29 -04:00
TJ DeVries
fe7a7b4657 Don't let begin error when he makes bad stuff 2020-09-10 11:29:55 -04:00
TJ DeVries
d42b057f64 feat: add filetype 2020-09-10 11:23:04 -04:00
Christian Clason
5a3b76b9ed rounded corners (#48) 2020-09-10 10:27:56 -04:00
TJ DeVries
c98c4917be feat: no longer need to set minheight in window_options 2020-09-07 10:54:36 -04:00
TJ DeVries
11a3c70609 Begin work on larger global config, to tailor defaults 2020-09-07 00:20:08 -04:00
Simon Hauser
4abb5f7867 Adds split and tabedit mappings. Adopted by fzf.vim (#29) 2020-09-04 15:48:00 -04:00
TJ DeVries
14310ee6b1 fix: Don't push past midnight. You'll make clason's stuff break :/ 2020-09-04 09:49:10 -04:00
TJ DeVries
996f69465e feat: vertical layouts. see 'layout_strategy' 2020-09-04 00:36:28 -04:00
TJ DeVries
839f57efb3 feat: Major improvements in API. Particularly relating to entries. 2020-09-03 23:56:49 -04:00
Dave Lage
318a011be6 Add arrow key mappings for insert and normal mode. (#21) 2020-09-03 13:27:30 -04:00
TJ DeVries
1ce5eaad7a fix: Prevent people from erroring from having new lines in display 2020-09-03 11:59:51 -04:00
TJ DeVries
b04ec331c4 feat: Add cool mapping for <C-R> in command mode 2020-09-03 11:18:08 -04:00
TJ DeVries
d48a2933d5 fix: clear last line 2020-09-02 19:11:38 -04:00
TJ DeVries
061307233c feat: add some new items and make mappings easier 2020-09-02 00:06:07 -04:00
TJ DeVries
c11a661362 feat: new fuzzy sorter 2020-09-01 22:00:55 -04:00
TJ DeVries
4ac50c68ca wip: new sorters 2020-09-01 20:51:41 -04:00
TJ DeVries
e03a542b9e feat: Add <CR> for normal mode 2020-09-01 17:50:15 -04:00
TJ DeVries
120f1cc8c2 closes: #10 2020-08-31 22:43:09 -04:00
TJ DeVries
8cf3952f27 fix: Rendering sometimes didn't work 2020-08-31 22:23:06 -04:00
TJ DeVries
2d63bca419 fix: lower logging level 2020-08-31 19:40:06 -04:00
TJ DeVries
8c5bf8c746 wip: Messing around w/ ffi for some stuff 2020-08-31 18:12:51 -04:00
TJ DeVries
e38589f265 feat: Combine configuration into picker.new() 2020-08-31 17:32:31 -04:00
TJ DeVries
6b066cf9e8 feat: Add better mapping support 2020-08-31 00:06:53 -04:00