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
/
builtin.lua
Age
Commit message (
Expand
)
Author
2020-11-16
feat: Add git builtins (#240)
Simon Hauser
2020-11-16
feat: Allow overriding actions from mappings (#248)
TJ DeVries
2020-11-15
fix: use vim.lsp.diagnostic instead of deprecated util function. (#244)
Senghan Bright
2020-11-15
fix lsp_code_action error when no code action available (#243)
YIQUN
2020-11-15
Merge pull request #230 from parmort/rework-helptags
tami5
2020-11-14
feat: Add built-in to search keymaps (#191)
Carlos Hernandez
2020-11-13
Fix git files in non-git directories (#239)
Anirudh Haritas Murali
2020-11-13
fix: Multiple Previewer fixes (#225)
Simon Hauser
2020-11-13
feat: Add c-v, c-x, c-t to help_tags (#229)
tami5
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-10-28
Fix find_command for find_files when using find executable (#199)
Simon Hauser
2020-10-24
Add telescopes provider (#168)
Simon Zeng
2020-10-19
feat: Add ability to configure default sorters
TJ DeVries
2020-10-19
Ensure git_files uses the git root directory as cwd (#180)
Malcolm Ramsay
2020-10-17
refactor: prompt->prompt_title (#169)
Alvaro Muñoz
2020-10-15
fix: Use entry maker for marks
TJ DeVries
2020-10-12
Add Colorscheme and Marks Support and Telescope Commands (#167)
Raphael
2020-10-08
fix: #125
TJ DeVries
2020-10-08
feat: Do a bit better sorting for command history
TJ DeVries
2020-10-07
fix: Changed git command to show all files inside project (#129)
Norlock
2020-10-07
feat: Manpages finder (output of apropos) (#134)
Senghan Bright
2020-10-05
feat: Add `find` command support (#145)
Nolan Prochnau
2020-10-04
feat: builtin - lua package reloader (#132)
Senghan Bright
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-25
fix: #105
TJ DeVries
2020-09-25
feature: Vim help-tags picker (#117)
Senghan Bright
2020-09-22
fix: Don't pass anything if word match is empty
TJ DeVries
2020-09-22
wip: Add ability to search for word match w/ rg
TJ DeVries
2020-09-18
fix: Add timeout param to all buf_requests and move to 10 seconds
TJ DeVries
2020-09-18
fix: add timeout param
TJ DeVries
2020-09-18
feat: add some tests and improve perf
TJ DeVries
2020-09-17
feat: Improved previewers and cleanup
TJ DeVries
2020-09-16
feat: Easy Termopen for Previewer (#88)
TJ DeVries
2020-09-16
Add sorter to live_grep (#61)
Christian Clason
2020-09-16
fix: use double dash to fix special filenames (#87)
Oleg Matrokhin
2020-09-16
feat: add builtin.lsp_code_actions (#77)
TimUntersberger
2020-09-13
feat: add find_command option for find_files (#73)
TimUntersberger
2020-09-12
feat: Add support for ripgrep in "find_files" builtin (#70)
Corentin Brunel
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-12
fix: Pass cwd down correctly for find files
TJ DeVries
2020-09-11
Merge pull request #59 from clason/patch-1
Dave Lage
2020-09-11
feat: make buffer work much better
TJ DeVries
2020-09-11
Restrict find_files to files
Christian Clason
2020-09-11
feat: add current file fuzzy finder
TJ DeVries
2020-09-10
builtin.fd -> builtin.find_files
TJ DeVries
2020-09-10
Allow easily changing grep arguments
TJ DeVries
2020-09-08
temp: limit requests for live grep
TJ DeVries
[next]