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-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
2020-09-07
Begin work on larger global config, to tailor defaults
TJ DeVries
2020-09-06
View the planets (#12)
smolck
2020-09-06
added treesitter builtin (#31)
Brian Ryall
2020-09-05
fix: err msg
TJ DeVries
2020-09-05
feat: version check
TJ DeVries
2020-09-05
feat: add buffer list (#30)
TJ DeVries
2020-09-04
breaking: change attach_mappings to take bufnr as first argument
TJ DeVries
2020-09-04
fix: Don't push past midnight. You'll make clason's stuff break :/
TJ DeVries
2020-09-04
feat: vertical layouts. see 'layout_strategy'
TJ DeVries
2020-09-03
feat: Major improvements in API. Particularly relating to entries.
TJ DeVries
2020-09-02
fix: clear last line
TJ DeVries
2020-09-02
feat: add some new items and make mappings easier
TJ DeVries
2020-09-01
Added functionality to view and navigate loclist (#17)
Himanshu
2020-09-01
feat/hack: Add builtin.builtin
TJ DeVries
2020-09-01
feat: new fuzzy sorter
TJ DeVries
2020-09-01
fix: failed to check for local
TJ DeVries
2020-08-31
fix: Rendering sometimes didn't work
TJ DeVries
2020-08-31
feat: Combine configuration into picker.new()
TJ DeVries
2020-08-31
Remove useless (?) tbl_map
smolck
2020-08-31
Don't use FZF
smolck
2020-08-31
Add FZF builtin for searching vim.v.oldfiles
smolck
[next]