Commit Graph

25 Commits

Author SHA1 Message Date
TJ DeVries
2ce3ad61aa fix: #140 2020-10-08 22:53:44 -04:00
Senghan Bright
c337911b79 Fix help preview and add highlighting to search result (#124)
* fix: make sure that `$VIMRUNTIME/doc/tags` is in `tags` path

* feat: highlight matched topic in helptags preview

* fixup: Use previewer setup and teardown

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-10-07 17:00:59 -04:00
TJ DeVries
ae7fd0d27a feat: Add status, better debug, and some associated refactors
* [WIP]: Mon 28 Sep 2020 01:08:24 PM EDT

* add much much better tracking. so much less hax

* status updates, oneshot job updates, etc.

* remove temp function

* add status function

* asdfasdfasdf
2020-09-29 22:52:38 -04:00
Simon Hauser
2ce23696de Fix if-clause after latest changes 2020-09-29 22:41:11 -04:00
TJ DeVries
3592b1f8b0 fix: 126 2020-09-28 17:03:59 -04:00
Mike Hartington
b0f6895c31 fix: run filetypedetect on edit (#116) 2020-09-23 16:35:57 -04:00
Senghan Bright
6e59074a50 fix: refresh bufnr after executing edit command (#119) 2020-09-23 16:31:50 -04:00
Senghan Bright
203c696230 fix: small fixes from sunjon (#107)
* Don't execute `command` if target buffer is already loaded in window.

* Print node_text before entry.kind in ordinal string.

* Add new builtin for listing and reloading Lua modules.

* Revert "Add new builtin for listing and reloading Lua modules."

This reverts commit 65d9d0294eae92b347b38b8dcf807fbcdd5783fe.
2020-09-23 00:20:38 -04:00
TJ DeVries
5c7b12cc01 fix: Perhaps fix #105 2020-09-22 09:44:34 -04:00
Simon Hauser
7b1ebe7fce Respect sp, vsp, tabe mappings for buffers builtin (#99)
Closes: #98
2020-09-18 09:18:27 -04:00
TJ DeVries
cab5fc75c7 fix: Don't error if we can't set cursor. Just try our best 2020-09-17 12:45:09 -04:00
TJ DeVries
1865815687 feat: Easy Termopen for Previewer (#88)
First pass, but seems to work. Fixed a few other related items, so pushing it to master now.

* [WIP]: Wed 16 Sep 2020 05:17:10 PM EDT

* [WIP]: Wed 16 Sep 2020 06:10:33 PM EDT

* [WIP]: Wed 16 Sep 2020 06:19:43 PM EDT
2020-09-16 18:20:14 -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
TJ DeVries
54f768fd7f fix: At least close pum when open and closing 2020-09-16 10:53:53 -04:00
Simon Hauser
4852d027d0 feat: Adds shorten_path, show_all_buffers opts and fixes alignment (buffers builtin) (#32) 2020-09-12 17:07:37 -04:00
TJ DeVries
f47f1dc037 feat: make buffer work much better 2020-09-11 15:28:32 -04:00
TJ DeVries
f50e504ae4 fix: Close should put you back in original window id 2020-09-10 10:25:32 -04:00
TJ DeVries
a0318bfc2a fix: respect path over filename 2020-09-05 07:36:06 -04:00
TJ DeVries
c70d6e58a0 feat: add buffer list (#30)
NOTE: Buffer entry sometimes uses unstyled window, and I can't figure out why.

* feat: add buffers

* fixup
2020-09-05 07:34:38 -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
839f57efb3 feat: Major improvements in API. Particularly relating to entries. 2020-09-03 23:56:49 -04:00
TJ DeVries
061307233c feat: add some new items and make mappings easier 2020-09-02 00:06:07 -04:00
TJ DeVries
6b066cf9e8 feat: Add better mapping support 2020-08-31 00:06:53 -04:00
TJ DeVries
ae9b769299 feat: Add selection and start actions 2020-08-29 22:15:40 -04:00