anott03
|
df579bac42
|
refactor: move from telescope.path to plenary.path (#473)
This will deprecate telescope.path, we will remove it soon. Please move over to plenary.path
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
|
2021-07-14 19:25:00 +02:00 |
|
Simon Hauser
|
d75d9ae428
|
fix: error message too many open files (#432)
and buffer previewer still "erroring" out for builtin.buffers
|
2021-01-19 18:28:47 +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 |
|
Simon Hauser
|
e5233f39c5
|
Fix: Use plenary.filetype.detect and remove own filetype detect (#326)
requires newest plenary.nvim version or you will have a bad day
|
2020-12-17 09:27:11 +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 |
|
TJ DeVries
|
3592b1f8b0
|
fix: 126
|
2020-09-28 17:03:59 -04:00 |
|