Simon Hauser
30f2a367f2
feat(grep_string): invert_match for search="", removing empty lines ( #2040 )
2022-07-06 20:38:51 +02:00
Charles Moscofian
b44e657986
fix(path_display): allow function on path_display ( #2043 )
2022-07-06 08:29:15 +02:00
Simon Hauser
02cf3e4070
feat: grep_open_files for builtin.grep_string ( #2039 )
2022-07-06 08:26:22 +02:00
Charles Moscofian
6ea106329a
fix: path_display hidden for make_entry.gen_from_quickfix ( #2038 )
2022-07-04 21:38:10 +02:00
Simon Hauser
2b1da47deb
chore: make to_fuzzy_refine configurable ( #2034 )
2022-07-03 21:39:24 +02:00
Fabian David Schmidt
f8047b8bc9
fix(from_entry): treat directories as valid paths ( #2035 )
2022-07-03 20:26:45 +02:00
Simon Hauser
7df95f9b20
Merge pull request #1945 from nvim-telescope/dev
...
full changelog `:help telescope.changelog-1945`
2022-07-01 23:29:24 +02:00
marcel
5dd4b52910
break: cleanup preview.treesitter language setting ( #1612 )
...
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" },
},
},
},
```
2022-07-01 22:58:05 +02:00
Simon Hauser
0621c1c6ba
break: prefix internal files and add deprecation messages ( #2032 )
2022-07-01 22:20:12 +02:00
Turiiya
bf1a25dbfe
feat: search_file option for builtin fd command ( #2029 )
2022-07-01 22:10:31 +02:00
Simon Hauser
75deb22aa8
fix: crash in tags on enter for no results and random crash in previewer
2022-07-01 19:18:30 +02:00
Simon Hauser
21eea92e72
fix: autocommands regression
2022-07-01 18:58:13 +02:00
Fabian David Schmidt
ef9137d85c
feat: refine with new_table
2022-07-01 18:13:25 +02:00
julianf
a0a038170d
docs: make_entry and entry_display
2022-07-01 16:59:10 +02:00
TJ DeVries
8f56fede21
feat: Add entry_index for entry_makers
...
cleanup
2022-07-01 16:58:42 +02:00
xiaxi
1aa74b231c
fix: filereadable should check for 1 or 0 ( #2030 )
2022-07-01 11:37:58 +02:00
Simon Hauser
546947d442
fix: spell_suggest if cursor is at last char of word
...
fix #1977
2022-06-30 14:57:33 +02:00
Simon Hauser
a50352eb24
docs: document limitation of action
...
close #1994
2022-06-30 14:37:02 +02:00
Simon Hauser
1ba967f84e
fix: truncate for builtin.buffers
...
fix #2022
2022-06-30 14:29:57 +02:00
Simon Hauser
4ef490defa
fix: Inconsistent Color highlighting inside Git File Diff Preview
...
fix #1098
2022-06-30 14:01:52 +02:00
Simon Hauser
d1f3e12a35
feat: add min max boundary to width, hight resolver ( #2002 )
2022-06-30 14:01:52 +02:00
Simon Hauser
25b1bc8f17
feat: clear previewer if no item is selected ( #2004 )
2022-06-30 14:01:52 +02:00
Anton
bef86acb6c
feat(rg): pass multiple globs to rg by default ( #2003 )
2022-06-30 14:01:51 +02:00
Dane Summers
db4635bddf
fix(current_buffer_tags): tag-relative=never ( #1970 )
2022-06-30 14:01:51 +02:00
Manuel
3a72cc8902
feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_calls ( #1484 )
...
Fixes #863
2022-06-30 14:01:51 +02:00
Simon Hauser
ffcc2221d6
docs: clarify docs around search_dirs and map_entries
2022-06-30 14:01:51 +02:00
Simon Hauser
f6efef4c41
feat: find_command can be a function ( #2000 )
2022-06-30 14:01:51 +02:00
Simon Hauser
77e2b8ceea
chore: cleanup autocmd builtin ( #1947 )
2022-06-30 14:01:51 +02:00
Yorick Peterse
838c32d6a8
refactor: make_entry more consistent ( #1410 )
...
drops `ignore_filename`, use `path_display= { "hidden" }`
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
2022-06-30 14:01:50 +02:00
Brian Di Palma
3f1f5b7e52
feat: add --follow to bcommits ( #1997 )
...
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.
2022-06-30 14:01:50 +02:00
Bjarki Baldursson Harksen
6703c957e7
feat: add option use_default_opts to builtin.builtin ( #1996 )
2022-06-30 14:01:50 +02:00
Antoine
15f6a0bb08
feat(tags): process tagfiles on the fly ( #1989 )
2022-06-30 14:01:50 +02:00
Jeremy Neal
8488cd5ac7
feat: no-ignore-parent shorthand option for find_files. ( #1963 )
2022-06-30 14:01:50 +02:00
TheMeaningfulEngineer
a6c9ae088e
feat: force buffer delete for terminal and improvements for Picker:delete_selection ( #1943 )
2022-06-30 14:01:50 +02:00
Simon Hauser
6dc0a7d7c2
fix(resume): previewer if toggled ( #1957 )
2022-06-30 14:01:49 +02:00
Simon Hauser
83b6cadb2c
break: deprecate utils.get_default utils.if_nil ( #1545 )
2022-06-30 14:01:49 +02:00
fdschmidt93
a1aec79cb1
feat: none strategy & control attachment ( #1867 )
2022-06-30 14:01:49 +02:00
Simon Hauser
5510587ff4
feat(vim_options): show scope information in display ( #1956 )
...
Also make type, scope and value searchable
2022-06-30 14:01:49 +02:00
Simon Hauser
edc6f55ba2
docs: document limitations of file_ignore_patterns and transform_path ( #1955 )
2022-06-30 14:01:49 +02:00
Simon Hauser
4482c2b551
chore: cleanup vim options ( #1946 )
2022-06-30 14:01:48 +02:00
Ben Smith
440684edad
break(git_files): change show_untracked default to false ( #842 )
2022-06-30 14:01:48 +02:00
Reed Koser
b98b9a93c6
fix: grep_string crashes when string has newline ( #2026 )
...
Fixes the crash below by sanitizing the title to not include the
linebreak (replacing it by a "\n" string)
stack traceback:
[C]: in function 'nvim_buf_set_lines'
.../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:222: in function '__align_calc_config'
.../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:266: in function 'new'
...are/nvim/plugged/plenary.nvim/lua/plenary/popup/init.lua:384: in function 'create'
...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:326: in function '_create_window'
...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:399: in function 'find'
...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:151: in function 'v'
...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:475: in function 'v'
...im/plugged/telescope.nvim/lua/telescope/builtin/init.lua:487: in function 'grep_string'
Fixes #2023
2022-06-30 12:09:36 +02:00
Rocky Zhang
c0a76f8a39
fix: error caused by the invalid options in create_autocmd for vimdiff ( #2013 )
2022-06-18 13:55:27 +02:00
zeertzjq
d96eaa914a
fix: block autocommands when setting preview buffer ( #2010 )
...
Telescope creates most floating windows with `noautocmd = true`, so
these windows do not trigger autocommands, but preview buffer is set in
window using `nvim_win_set_buf()`, which triggers buffer autocommands.
This may be unwanted, so block them using 'eventignore'.
2022-06-15 10:43:10 +02:00
Simon Hauser
3d304a9a55
fix: TelescopePreviewerLoaded ( #2005 )
2022-06-13 21:49:10 +02:00
Jose Veiga
e2a77a54a3
doc: use correct option name for 'only_sort_text' ( #1995 )
2022-06-12 13:03:12 +02:00
Simon Hauser
d3aad43b3f
fix: health for neovim nightly ( #1984 )
...
The `health` module was moved to `vim.health` in neovim/neovim#18720
2022-06-02 20:17:39 +02:00
Anton
28bb75fd91
fix: pass user opts to planets picker ( #1983 )
2022-06-02 16:02:19 +02:00
Jędrzej Boczar
3eb90430b6
fix: error in action.close when picker.original_win_id is not valid ( #1982 )
2022-06-02 16:00:14 +02:00
Fabian David Schmidt
ad19bf6b8e
fix: cursor move in actions.insert_symbol_i ( #1979 )
2022-06-01 16:52:15 +02:00