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
Age
Commit message (
Expand
)
Author
2020-12-11
Fix: scroller for descending (#327)
Simon Hauser
2020-12-10
refactor: Move scroller into own testable module
TJ DeVries
2020-12-10
Revert "fix: cycle scroll when num_results is small (#316)"
TJ DeVries
2020-12-10
fix: cycle scroll when num_results is small (#316)
aca
2020-12-10
fix: fix non escaped bat theme (#319)
Alessandro Martini
2020-12-10
Feat: symbols json picker (#303)
Simon Hauser
2020-12-10
Fix: filetype guesser (#321)
Simon Hauser
2020-12-09
fix: Don't require ts at mod level
TJ DeVries
2020-12-09
feat: make ci green
TJ DeVries
2020-12-09
ci: Pipeline Tests (#315)
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-12-07
feat: Force delete buffers
TJ DeVries
2020-12-03
fix: Set and unset report to what's needed when deleting buffers. (#282)
Julian Berman
2020-12-03
Fix file_ingore_patterns for tags and lsp (#309)
Simon Hauser
2020-12-03
Feat: Displayer now supports highlights for separator and elements (#304)
Simon Hauser
2020-12-03
fix: add back filetypedetect on edit (#283)
Mike Hartington
2020-12-02
Fix to pass opts to pickers (#301)
tamago324
2020-12-02
new builtin - autocommands (#302)
Senghan Bright
2020-12-01
fix: abstract and remove param
TJ DeVries
2020-12-01
fix: builtin runner insert issue (#266)
tami5
2020-11-28
Fix builtin.builtin for lsp and git modules (#300)
Simon Hauser
2020-11-28
Remove less from default termopen_env (#295)
Simon Hauser
2020-11-28
feat: add lsp range code actions (#297)
windwp
2020-11-27
feat: Make tab toggle between git add and git restore in builtin.git_status()...
Cedric M'Passi
2020-11-26
Refactor builtin (#287)
Simon Hauser
2020-11-24
fix: Use noremap when mapping. (#286)
Julian Berman
2020-11-23
feat: highlighter only
TJ DeVries
2020-11-23
feat: Buffers rework (indicators and sorting) (#208)
Simon Hauser
2020-11-23
feat: v0.1 of extensions (#278)
TJ DeVries
2020-11-23
Register finder (#275)
Senghan Bright
2020-11-22
Various previewer fixes (#260)
Simon Hauser
2020-11-21
feat: Add highlights builtin (#267)
Simon Hauser
2020-11-19
Feat: Add filetypes builtin (#263)
Simon Hauser
2020-11-19
Fix: cwd detection of builtin.git_ (#264)
YIQUN
2020-11-17
Fix: set_opts_cwd function will only call git once (#256)
YIQUN
2020-11-17
Fix: check if opts.cwd is a git directory, not opts (#252)
YIQUN
2020-11-16
Update attach_mappings to use new actions api (#249)
Simon Hauser
2020-11-16
Fix #250 (#251)
Simon Hauser
2020-11-16
feat: Add tags (#219)
Simon Hauser
2020-11-16
feat: Add git builtins (#240)
Simon Hauser
2020-11-16
Merge pull request #246 from parmort/rework-help-preview
Senghan Bright
2020-11-16
feat: Allow overriding actions from mappings (#248)
TJ DeVries
2020-11-16
Delete more debug things
Nolan Prochnau
2020-11-15
fix: use vim.lsp.diagnostic instead of deprecated util function. (#244)
Senghan Bright
2020-11-15
Delete debug output
Nolan Prochnau
2020-11-15
Refactor to make logic less intense
Nolan Prochnau
2020-11-15
Manually search through tags
Nolan Prochnau
2020-11-15
Have plugin tags previewed
Nolan Prochnau
2020-11-15
fix lsp_code_action error when no code action available (#243)
YIQUN
[next]