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
/
make_entry.lua
Age
Commit message (
Expand
)
Author
2021-01-04
Fix missing global (#384)
Senghan Bright
2021-01-03
fix: termopen previewer for powershell (#382)
Simon Hauser
2020-12-31
fix: tags now work with hasktags (#375)
Simon Hauser
2020-12-29
feat: All buffer previewers are now async and more config options (#354)
Simon Hauser
2020-12-27
feat: all entry_makers are now overridable and icons for builtin.buffers (#364)
tamago324
2020-12-19
Feat: displayer hl_chars and TelescopeResults hlgroups (#349)
Simon Hauser
2020-12-19
More colours (#351)
Senghan Bright
2020-12-18
Add more colour (#346)
Senghan Bright
2020-12-17
Update autocmd, highlights and help_tags previewers (#332)
Simon Hauser
2020-12-17
feat: add search_dirs opt to builtin.find_files to search from multiple dirs ...
Anirudh Haritas Murali
2020-12-13
change quickfix make_entry to use column displayer (#331)
Senghan Bright
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-12-03
Feat: Displayer now supports highlights for separator and elements (#304)
Simon Hauser
2020-12-02
new builtin - autocommands (#302)
Senghan Bright
2020-11-26
Refactor builtin (#287)
Simon Hauser
2020-11-23
feat: Buffers rework (indicators and sorting) (#208)
Simon Hauser
2020-11-23
Register finder (#275)
Senghan Bright
2020-11-21
feat: Add highlights builtin (#267)
Simon Hauser
2020-11-16
feat: Add tags (#219)
Simon Hauser
2020-11-16
feat: Add git builtins (#240)
Simon Hauser
2020-11-09
Rename and simplify make_entry function
Nolan Prochnau
2020-11-09
Grab helptags from all paths defined in rtp
Nolan Prochnau
2020-11-02
feat: v1 options menu (#133)
Senghan Bright
2020-11-02
fix: #211
TJ DeVries
2020-10-25
feat: Add ability to turn off devicon colors
TJ DeVries
2020-10-24
feat: Use colors from nvim-devicons
TJ DeVries
2020-10-15
fix: Use entry maker for marks
TJ DeVries
2020-10-07
feat: Manpages finder (output of apropos) (#134)
Senghan Bright
2020-10-07
feat: Use metatables to use less memory (#152)
TJ DeVries
2020-10-06
fix: Reduce memory leaks (#148)
TJ DeVries
2020-10-04
feat: builtin - lua package reloader (#132)
Senghan Bright
2020-09-28
fix: 126
TJ DeVries
2020-09-26
fix: use os sep
TJ DeVries
2020-09-26
Fix issue with trimming path separator '/'
Rui Marques
2020-09-25
feature: Vim help-tags picker (#117)
Senghan Bright
2020-09-23
fix: small fixes from sunjon (#107)
Senghan Bright
2020-09-21
feat: Trim cwd from bufname if possible (#104)
Rui Marques
2020-09-17
feat: Improved previewers and cleanup
TJ DeVries
2020-09-16
feat: Easy Termopen for Previewer (#88)
TJ DeVries
2020-09-12
feat: Adds shorten_path, show_all_buffers opts and fixes alignment (buffers b...
Simon Hauser
2020-09-12
feat: builtin.commands (#54)
TimUntersberger
2020-09-11
feat: make buffer work much better
TJ DeVries
2020-09-11
feat: Add some more layout options
TJ DeVries
2020-09-07
Begin work on larger global config, to tailor defaults
TJ DeVries
2020-09-06
added treesitter builtin (#31)
Brian Ryall
2020-09-05
feat: add buffer list (#30)
TJ DeVries
2020-09-04
fix: Don't push past midnight. You'll make clason's stuff break :/
TJ DeVries
2020-09-03
feat: Major improvements in API. Particularly relating to entries.
TJ DeVries