Simon Hauser
e5155a4aa3
Fix builtin.builtin again and add TelescopePreviewMatch hlgroup ( #342 )
2020-12-17 16:58:48 +01:00
Simon Hauser
f078d149a1
Update autocmd, highlights and help_tags previewers ( #332 )
...
Also make vim buffer line configurable
2020-12-17 15:58:38 +01:00
Senghan Bright
205790285b
fix: don't error when no hidden buffers are available ( #341 )
2020-12-16 21:36:50 +01:00
Simon Hauser
df6b762b31
Feat: symbols json picker ( #303 )
2020-12-10 09:22:46 +01:00
Simon Hauser
141dc6d55e
ci: Add luacheck ci job ( #317 )
...
* Add luacheck ci job
* Fix most of the linting issues
* fixup: lint
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com >
2020-12-09 15:46:41 -05:00
Simon Hauser
c276db06e2
Feat: Opt in vim buffers for previewers ( #298 )
...
Enable with:
require('telescope').setup {
defaults = {
file_previewer = previewers.vim_buffer_cat.new,
grep_previewer = previewers.vim_buffer_vimgrep.new,
qflist_previewer = previewers.vim_buffer_qflist.new,
}
}
2020-12-09 16:58:22 +01:00
tamago324
f2b483edc5
Fix to pass opts to pickers ( #301 )
...
builtins were not passing `opts` correctly, but now do.
2020-12-02 23:54:09 -05:00
Senghan Bright
8546fdf610
new builtin - autocommands ( #302 )
...
* feat: new builtin - Autocommands finder
* fix: remove decorators to avoid confusion.
* make preview split same hl-group as border
* use highlight instead of marker character for preview selection hl
2020-12-02 00:27:54 +01:00
Simon Hauser
7dd79bf2ef
Fix builtin.builtin for lsp and git modules ( #300 )
2020-11-28 22:11:46 +01:00
Simon Hauser
4a8ea7763e
Refactor builtin ( #287 )
2020-11-26 08:16:58 +01:00