index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
config.lua
Age
Commit message (
Expand
)
Author
2020-12-29
feat: All buffer previewers are now async and more config options (#354)
Simon Hauser
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-12-09
Feat: Opt in vim buffers for previewers (#298)
Simon Hauser
2020-11-22
Various previewer fixes (#260)
Simon Hauser
2020-10-30
feat: Closes #205
TJ DeVries
2020-10-25
feat: Add ability to turn off devicon colors
TJ DeVries
2020-10-19
feat: Add ability to configure default sorters
TJ DeVries
2020-10-17
refactor: prompt->prompt_title (#169)
Alvaro Muñoz
2020-10-09
fix: Add 'use_less' config value
TJ DeVries
2020-10-08
feat: Add scroll_strategy = 'cycle'
TJ DeVries
2020-10-08
fix: Allow people to still override ALL the mappings
TJ DeVries
2020-10-08
feat: Add more easily customizable mappings.
TJ DeVries
2020-10-08
fix: Remove space that I did not mean to add
TJ DeVries
2020-10-08
feat: prompt_prefix option (#154)
Alvaro Muñoz
2020-10-08
feat: ALPHA Add layout_defaults and layout_config options
TJ DeVries
2020-10-08
fix: Remove useless prompt_title
TJ DeVries
2020-10-04
fix: Results height configurable. Properly collapse on border = false
rockerBOO
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-11
Add smart case to vimgrep arguments (#60)
Christian Clason
2020-09-11
feat: Add some more layout options
TJ DeVries
2020-09-11
feat: add top down prompt position
TJ DeVries
2020-09-10
feat: add border and borderchars
TJ DeVries
2020-09-10
Allow easily changing grep arguments
TJ DeVries
2020-09-07
Begin work on larger global config, to tailor defaults
TJ DeVries
2020-09-04
feat: vertical layouts. see 'layout_strategy'
TJ DeVries