Commit Graph

43 Commits

Author SHA1 Message Date
TJ DeVries e29ccb9d50 [WIP]: Tue 15 Sep 2020 10:22:06 PM EDT 2020-09-15 22:22:06 -04:00
TimUntersberger 0a734ae49d feat: add find_command option for find_files (#73) 2020-09-13 18:13:46 -04:00
Corentin Brunel 3d423a3b59 feat: Add support for ripgrep in "find_files" builtin (#70)
* feat: Add support for ripgrep in "find_files" builtin

* docs: Add mention about "ripgrep" for find_files builtin
2020-09-12 23:52:24 -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
TimUntersberger 3a9b25e6bf feat: builtin.commands (#54)
* fix: use correct path separator on windows

* fix: add utils.get_separator

* asdf

* feat: add builtin.commands

* change commands sorter

* change sorter

* change sorter
2020-09-12 17:02:10 -04:00
TJ DeVries 58ab225dca fix: Pass cwd down correctly for find files 2020-09-12 13:47:15 -04:00
Dave Lage 8beb8c876b Merge pull request #59 from clason/patch-1
Restrict builtin find_files to files
2020-09-11 18:13:41 -04:00
TJ DeVries f47f1dc037 feat: make buffer work much better 2020-09-11 15:28:32 -04:00
Christian Clason 8d8368a641 Restrict find_files to files 2020-09-11 14:57:13 +02:00
TJ DeVries 769f5934f0 feat: add current file fuzzy finder 2020-09-11 00:14:40 -04:00
TJ DeVries 969e49c577 builtin.fd -> builtin.find_files 2020-09-10 11:16:10 -04:00
TJ DeVries e1ded1a01d Allow easily changing grep arguments 2020-09-10 11:11:17 -04:00
TJ DeVries b0faec6dd9 temp: limit requests for live grep 2020-09-08 23:29:29 -04:00
TJ DeVries 11a3c70609 Begin work on larger global config, to tailor defaults 2020-09-07 00:20:08 -04:00
smolck 2592586533 View the planets (#12)
* add planets viewer builtin

* Remove print statement

* Don't use fzf & echo

* Add all planets as files and refactor accordingly

* Remove planets.lua

* add the moon

* example ofe how to do this without ls everywhere

* fix rebase and update to new style

Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-09-06 23:07:51 -04:00
Brian Ryall b065423013 added treesitter builtin (#31)
* added treesitter builtim

* fixed treesitter pr comments

* fix the buffer previewer to keep lnum visable
2020-09-06 22:48:36 -04:00
TJ DeVries 0185d9b6b0 fix: err msg 2020-09-05 23:34:52 -04:00
TJ DeVries 639497ae6d feat: version check 2020-09-05 15:15:15 -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
TJ DeVries a6c883ce36 breaking: change attach_mappings to take bufnr as first argument 2020-09-04 11:01:10 -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
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
Himanshu 9f906f0392 Added functionality to view and navigate loclist (#17) 2020-09-01 22:34:21 -04:00
TJ DeVries 39096492ab feat/hack: Add builtin.builtin 2020-09-01 22:27:50 -04:00
TJ DeVries c11a661362 feat: new fuzzy sorter 2020-09-01 22:00:55 -04:00
TJ DeVries be37081292 fix: failed to check for local 2020-09-01 17:07:15 -04:00
TJ DeVries 8cf3952f27 fix: Rendering sometimes didn't work 2020-08-31 22:23:06 -04:00
TJ DeVries e38589f265 feat: Combine configuration into picker.new() 2020-08-31 17:32:31 -04:00
smolck 0af8a911b4 Remove useless (?) tbl_map 2020-08-31 16:47:28 -04:00
smolck bb3def47c3 Don't use FZF 2020-08-31 16:47:28 -04:00
smolck 21474b586c Add FZF builtin for searching vim.v.oldfiles 2020-08-31 16:47:28 -04:00
Seth Messer 2ba8d57d78 Renames the quickfix-related builtin variables from lsp references 2020-08-31 16:44:06 -04:00
TJ DeVries 6b066cf9e8 feat: Add better mapping support 2020-08-31 00:06:53 -04:00
TJ DeVries 2fba02803c feat: Add selection strategies 2020-08-30 00:44:04 -04:00
TJ DeVries f2fcdcb675 feat: borders and no previews for rocker 2020-08-28 00:19:10 -04:00
TJ DeVries 5eb1971dd8 feat: no preview option 2020-08-27 23:37:41 -04:00
TJ DeVries bb446421c5 feat: Add quickfix to builtin 2020-08-27 22:28:04 -04:00
TJ DeVries 7e9f38a87e feat: Add livegrep and lsp referecnes 2020-08-27 22:12:47 -04:00
TJ DeVries 1995ca53f3 Add fuzzy git file finderZ 2020-08-24 12:31:57 -04:00
TJ DeVries c6f0142fc6 Get simple rg example to work 2020-07-15 17:53:30 -04:00