anott03
|
5995a8be8f
|
Undo #465 (#469)
We have broke all extension that do some sort of goto_file_selection:replace
Problem described here: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767831897
Possible solution: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767808213
|
2021-01-27 17:22:11 +01:00 |
|
anott03
|
ccbb7f5638
|
fix: move to actions.select as default action (#465)
|
2021-01-25 19:20:01 +01:00 |
|
Massimo Redaelli
|
9f58834d04
|
feat: allow to list files in git submodules (#329)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
|
2021-01-16 12:07:21 +01:00 |
|
Simon Hauser
|
e08a5b1331
|
feat: show git log for remote branches (#428)
|
2021-01-15 09:27:46 +01:00 |
|
JINNOUCHI Yasushi
|
95264ada79
|
fix: git_branch only remove remotes/origin part (#423)
|
2021-01-12 09:06:16 +01:00 |
|
Cedric M'Passi
|
9503603f88
|
feat: Add highlight to builtin.git_status (#388)
|
2021-01-04 23:04:58 +01:00 |
|
tamago324
|
e555cd375f
|
feat: all entry_makers are now overridable and icons for builtin.buffers (#364)
|
2020-12-27 17:15:52 +01: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 |
|
Cedric M'Passi
|
6edbd1db5f
|
feat: Make tab toggle between git add and git restore in builtin.git_status() (#289)
Very useful functionality to use git_status for. Now users can add a file or restore it by <tab>
authored by: @cempassi
|
2020-11-27 14:15:02 +03:00 |
|
YIQUN
|
319e8ed892
|
Fix: cwd detection of builtin.git_ (#264)
|
2020-11-19 09:03:08 +01:00 |
|
YIQUN
|
e16712f22e
|
Fix: set_opts_cwd function will only call git once (#256)
|
2020-11-17 11:35:06 +01:00 |
|
YIQUN
|
5863e49773
|
Fix: check if opts.cwd is a git directory, not opts (#252)
|
2020-11-17 08:21:58 +01:00 |
|
Simon Hauser
|
8117263027
|
feat: Add git builtins (#240)
Conni2461 is a great coder and contributor :)
|
2020-11-16 15:10:26 -05:00 |
|