| Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
|
|
|
|
|
|
|
|
|
|
Some terminals send Ctrl + / as <C-/>, not <C-_>. Map both to the
which_key action to cover these cases.
|
|
fix #2048
|
|
fix #2047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
full changelog `:help telescope.changelog-1945`
|
|
this follows nvim-treesitter more closely but enable can also be a table
of enabled languages
The config now looks like this:
```lua
defaults = {
preview = {
treesitter = {
enable = false,
-- or
enable = { "c" },
-- disable can be set if enable isn't set
disable = { "perl", "javascript" },
},
},
},
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanup
|
|
|
|
fix #1977
|
|
close #1994
|
|
fix #2022
|
|
fix #1098
|
|
|
|
|
|
|
|
|
|
lsp.(incoming|outgoing)_calls (#1484)
Fixes #863
|
|
|
|
|
|
|
|
drops `ignore_filename`, use `path_display= { "hidden" }`
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
|
|
Yes the diff to parent preview will be blank but at the very least a user can follow a file around various moves and get access to the SHA-ID for the move.
|
|
|
|
|
|
|
|
Picker:delete_selection (#1943)
|
|
|
|
|
|
|
|
Also make type, scope and value searchable
|