summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin.lua
AgeCommit message (Collapse)Author
2020-09-07Begin work on larger global config, to tailor defaultsTJ DeVries
2020-09-06View the planets (#12)smolck
* 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-06added treesitter builtin (#31)Brian Ryall
* added treesitter builtim * fixed treesitter pr comments * fix the buffer previewer to keep lnum visable
2020-09-05fix: err msgTJ DeVries
2020-09-05feat: version checkTJ DeVries
2020-09-05feat: add buffer list (#30) TJ DeVries
NOTE: Buffer entry sometimes uses unstyled window, and I can't figure out why. * feat: add buffers * fixup
2020-09-04breaking: change attach_mappings to take bufnr as first argumentTJ DeVries
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries
2020-09-04feat: vertical layouts. see 'layout_strategy'TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-02fix: clear last lineTJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-09-01Added functionality to view and navigate loclist (#17)Himanshu
2020-09-01feat/hack: Add builtin.builtinTJ DeVries
2020-09-01feat: new fuzzy sorterTJ DeVries
2020-09-01fix: failed to check for localTJ DeVries
2020-08-31fix: Rendering sometimes didn't workTJ DeVries
2020-08-31feat: Combine configuration into picker.new()TJ DeVries
2020-08-31Remove useless (?) tbl_mapsmolck
2020-08-31Don't use FZFsmolck
2020-08-31Add FZF builtin for searching vim.v.oldfilessmolck
2020-08-31Renames the quickfix-related builtin variables from lsp referencesSeth Messer
2020-08-31feat: Add better mapping supportTJ DeVries
2020-08-30feat: Add selection strategiesTJ DeVries
2020-08-28feat: borders and no previews for rockerTJ DeVries
2020-08-27feat: no preview optionTJ DeVries
2020-08-27feat: Add quickfix to builtinTJ DeVries
2020-08-27feat: Add livegrep and lsp referecnesTJ DeVries
2020-08-24Add fuzzy git file finderZTJ DeVries
2020-07-15Get simple rg example to workTJ DeVries