Uraza
5ce991ad23
docs: add missing documentation for builtin lsp symbols ( #2365 )
2023-02-19 11:17:05 +01:00
莊喬
b0395c2882
fix: avoid eval "= directly in builtin registers picker ( #2347 )
...
When "= contains expression not ought to be run in current context, the
`getreg('=')` raises error.
For example `:put =foo` (where `foo` is undefined) then open registers
picker it fails. Also #2228 .
Now specify second arg to `getreg` to get register expr (instead of
"evaluated" result) as content, like what `:registers` command displays.
This has behavior change, if user still want to see/paste the
evaluated result, a customized action will be needed.
2023-02-19 11:08:46 +01:00
atusy
ee90403e40
feat: keep prompt and selection on git_staging_toggle ( #2372 )
2023-02-19 10:46:51 +01:00
Yuta Katayama
abba036478
fix: rename ts_utils.get_node_range -> vim.treesitter.get_node_range ( #2376 )
2023-02-19 10:40:59 +01:00
Josa Gesell
e572c63c7d
fix: execute autocmds correctly ( #2375 )
2023-02-19 10:27:15 +01:00
Simon Hauser
203bf56091
Revert "feat(git): git_commits shows the current branch graph ( #2288 )" ( #2358 )
...
This reverts commit 01d92285ef .
2023-01-31 08:24:16 +01:00
Kalka
65287605c3
fix: wrap nvim_buf_set_option in a protected call ( #2346 )
2023-01-30 22:06:47 +01:00
Reid Swan
19ce7f8f24
feat: add support for wrapping history on reaching history begin or end ( #2349 )
2023-01-30 22:06:16 +01:00
Svetlozar Iliev
5dfd807771
feat: Allow filtering for oldfiles and buffers ( #2353 )
2023-01-30 18:09:29 +01:00
Fernando Schauenburg
d5f6c0911d
fix: man_pages on macOS and FreeBSD ( #2326 ) ( #2352 )
...
macOS 13.x (Ventura, Darwin 22.x) uses `apropos(1)` from FreeBSD, which
does not behave the same as the previous implementation up to macOS 12.
`apropos(1)` takes a regular expression as an argument, so passing "."
causes it to match anything and therefore return all results to be
filtered by Telescope.
2023-01-30 08:01:35 +01:00
vladislav doster
dce1156ca1
docs: telescope.nvim spelling and grammar fixes ( #2325 )
...
Corrects the following issues:
- article agreement
- spelling
2023-01-22 10:07:45 +01:00
James Trew
053f2303c4
docs: proof-read edits ( #2311 )
2023-01-22 09:57:53 +01:00
cristiansofronie
ed366bba14
docs: fix unfinised sentence in docs ( #2335 )
2023-01-22 09:27:36 +01:00
Ryan Blonna
4b4db1ff7d
fix: escape filename used in drop commands ( #2339 )
2023-01-22 09:19:49 +01:00
Hasan Mahmud
83eb2f9756
fix(oldfiles): use path separator from builtin utils in cwd_only ( #2340 )
2023-01-22 09:18:34 +01:00
Simon Hauser
0e56ea028d
chore: fix stylua ci
2023-01-22 09:14:24 +01:00
Matt Taylor
1ba7278cf0
feat(pickers): add opt.show_remote_tracking_branches to git_branches ( #2314 )
2023-01-11 15:00:44 +01:00
emmanueltouzery
04af51dbfb
fix(old_files): opts.cwd_only includes similarly named dirs ( #2308 )
2023-01-07 11:31:11 +03:00
Adam Tajti
cd67e819e4
fix(tests): uses testharness in scrolling strategy ( #2307 )
2023-01-06 19:46:10 +01:00
Simon Hauser
18fc02b499
fix: live_grep additional_args parsing ( #2306 )
2023-01-06 13:23:39 +01:00
Jonas Strittmatter
b24fdfdb25
fix: correctly parse filenames with special chars in git_status ( #2296 )
2023-01-06 12:04:15 +01:00
tzachar
c571d96fe5
fix: do not use nvim_buf_line_count on unloaded buffers ( #2261 )
2023-01-06 11:58:16 +01:00
Tsakiris Tryfon
a606bd10c7
docs: fix typos/wording ( #2283 )
2022-12-28 14:49:57 +01:00
Cyan
01d92285ef
feat(git): git_commits shows the current branch graph ( #2288 )
...
Co-authored-by: Cyan Joeng <cyan.joeng@gmail.com >
2022-12-28 15:43:35 +03:00
C.D. MacEachern
d7d3ea9015
fix(docs): point to correct lua modules ( #2284 )
2022-12-28 13:41:30 +01:00
Simon Hauser
0a7588252a
chore: bump ci to more modern os and nvim versions ( #2289 )
2022-12-28 13:11:00 +01:00
Tobias S
e960efa60e
fix: jumplist picker indexing the line after ( #2273 )
2022-12-21 12:10:42 +01:00
fcying
d16581ef7d
fix: misidentification invert and files_with_matches ( #2240 ) ( #2262 )
2022-12-21 08:54:23 +01:00
Luke Kershaw
278c797b58
fix(builtin.live_grep): add spacer ":" even when coordinates disabled ( #2275 )
...
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled
* fix docgen
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
2022-12-21 08:53:29 +01:00
Anton
22e13f6f69
fix(builtin.commands): no preview for multiline description commands ( #2244 )
2022-12-02 12:04:45 +01:00
Simon Hauser
361a172fce
fix: icons with multiple dots but without custom overrides ( #2256 )
2022-12-02 10:21:44 +01:00
Mat Jones
f37c603303
feat: support for multi-part file extensions like *.test.js ( #2252 )
2022-12-01 19:20:52 +01:00
zbq
3c2e5fb23e
feat: add configuration to fix encoding of output of find_command in find_files ( #2232 )
2022-11-28 22:41:37 +01:00
Xavier Young
4d77743a8e
feat(builtin.keymaps): display noremap/buffer indicators and add lhs filter ( #2246 )
2022-11-27 20:04:07 +01:00
kyoh86
343a2b6b71
feat: add new action to open quickfix window from quickfixhistory ( #2249 )
2022-11-27 20:03:03 +01:00
A. Schueler
cea9c75c19
feat: sort branches initially by authordate ( #2236 )
2022-11-23 18:26:15 +01:00
kkharji
5e16fbc8ea
feat(picker): command history filter ( #2132 )
...
* feat(picker): command history filter
I've recently start using command history. For sometime was a bit annoyed of unrelevant commands
like edit/write and others (most likely only used once)
I've considered using lua patterns, however, logical `or` isn't a thing. Additionally, passing a list of lua patterns and checking each pattern for each command history entry felt tedious.
This PR introduce a new optional function to filter command history items.
For example, in my configurations
~~~lua
local command_history_ignore = vim.regex "edit\\|Move\\|write\\|Write\\|e\\s\\|lua\\sI("
overrides.command_history = minimal {
prompt_prefix = "CMDHistory> ",
filter_fn = function(item)
if #item < 3 then
return false
else
return not command_history_ignore:match_str(item)
end
end,
}
~~~
* [docgen] Update doc/telescope.txt
skip-checks: true
Co-authored-by: Github Actions <actions@github>
2022-11-23 17:26:29 +01:00
Andreas Guth
7a4ffef931
fix(lsp_references): not changing files if only 1 result ( #2229 )
2022-11-11 08:15:29 +01:00
Gutyina Gergő
cc77713294
feat: add jump_type option for lsp_references ( #2218 )
2022-11-06 17:43:01 +01:00
ADoyle
d541e0d6e0
feat: the parameter "map" of attach_mappings can be list of modes to create mapping on multiple modes ( #2220 )
2022-11-06 17:42:29 +01:00
Simon Hauser
30826fcfb8
fix: generate.refine with border=false ( #2223 )
2022-11-06 12:58:29 +01:00
Simon Hauser
4bd4205028
Revert "feat(git): notify when not in a git repo instead of error ( #2181 )" ( #2217 )
...
This reverts commit a09df82861 .
2022-10-31 15:48:32 +01:00
Simon Hauser
97847309cb
fix: always load the up to date picker config on picker open
2022-10-26 16:32:23 +02:00
Simon Hauser
9cf465894a
fix: rg invert and files-with-matches res line parsing ( #2208 )
2022-10-25 21:22:17 +02:00
Gutyina Gergő
5c7db4055d
feat: allow table as additional args in live grep and grep string ( #2139 )
2022-10-24 08:44:13 +02:00
kylo252
090b687542
perf(builtin): faster list extend for find_files ( #2205 )
2022-10-24 08:24:10 +02:00
Nghia Le Minh
f174a0367b
feat(diagnostics): change highlight groups to DiagnosticSign... ( #2194 )
2022-10-09 09:01:36 +02:00
Antoine Bertin
5fadc247c5
fix: selected icon highlight with color_devicons to false ( #2187 )
2022-10-08 09:10:26 +02:00
Simon Hauser
3a29c1e89d
fix: preview = true ( #2168 )
2022-10-08 07:46:08 +02:00
Tushar Kuntawar
76ea9a898d
works with register name and content ( #2178 )
2022-09-30 19:29:25 +02:00