bhagwan
828aceb3a3
internal: move git diff retrieval to make_entry.preprocess
2021-12-12 09:29:38 -08:00
bhagwan
7fa17b85bb
file_icon_padding default to empty string
2021-12-12 01:46:58 -08:00
bhagwan
9ad0aefbdb
set 'multiprocess = false' as the default
2021-12-12 01:33:02 -08:00
bhagwan
f7b8b8d9d0
bugfix: 'git_icons' with 'mutliprocess = true'
2021-12-12 00:53:40 -08:00
bhagwan
d7cc460959
last commit broken if devicons not present ( #247 )
2021-12-12 00:43:38 -08:00
bhagwan
2d8a4e9afc
major performance improvement: process entries externally, READ BELOW:
...
Since LUA is single threaded I reached a limit to performance
optimization, both 'git_icons' and 'file_icons' require string
matching and manipulations which eventually hurt performance
when running on large amount of files.
In order to solve that this commit introduces the option to spawn
commands and process the entries in a separate neovim process which
prints to stdio as if it was a regular shell command. This speeds up
things significantly and also makes the UI super responsive as if fzf
was run in the shell. This required a few lua hacks to be able to load
nvim-web-devicons in a '--headless --clean' instance and sharing the
user configuration through the RPC interface from the running instance.
This is enabled by default for 'files' and 'grep' providers and can also
be enabled for 'git.files' if required, control using the 'multiprocess'
option.
2021-12-11 23:10:28 -08:00
bhagwan
fd4e94e7a4
tags: rewind to line 1 before executing search (issue #245 )
2021-12-11 19:33:39 -08:00
bhagwan
72fe3222d3
keymaps: properly display <Space> (closes issue #246 )
2021-12-11 13:49:08 -08:00
bhagwan
e7c4970146
tags: jump to pattern when opening buffer ( closes #245 )
2021-12-11 13:40:17 -08:00
bhagwan
46c9e2bcd2
tags: optimized performance with the builtin previewer ( #245 )
2021-12-11 13:16:58 -08:00
bhagwan
028460f728
add 'tiebreak=index' to command and search history ( closes #243 )
2021-12-08 17:31:09 -08:00
bhagwan
05e22a4a61
performance optimizations, read below:
...
- do not spawn cmd with libuv unless 'file_icons' or 'git_icons' are set
- 'path.starts_with_separator' minor regex optimization
- 'files' cmd fallback order is now fd, **rg** and then find
- 'strip_cwd_prefix' enabled again (default: 'true')
- 'cwd' header line added to 'files' and 'git' providers
2021-12-07 06:56:37 -08:00
bhagwan
2f30c9cb21
temporarily disable 'strip_cwd_prefix'
2021-12-05 12:48:07 -08:00
bhagwan
58031b63d9
internal: default option condition optimization
2021-12-05 11:52:42 -08:00
bhagwan
ccc9ee3e4f
strip cwd prefix './' from files (fd v8.3.0 '--strip-cwd-prefix')
2021-12-05 11:15:11 -08:00
bhagwan
2d6967be4b
LSP: properly set 'async = true' default for symbols
2021-12-05 10:04:52 -08:00
bhagwan
a14548321a
fzf win not entering INSERT mode if called from 'builtin' ( closes #238 )
2021-12-05 09:47:31 -08:00
bhagwan
419a57a78f
LSP: set 'async = false' on all but workspace/document symbols
2021-12-05 09:31:06 -08:00
bhagwan
18addf7dfd
builtin: only enter INSERT mode if 'nt' mode exists ( closes #235 )
2021-12-04 12:00:56 -08:00
bhagwan
ae40b13517
bugfix: embarassing regex error ( closes #231 )
2021-12-03 07:31:14 -08:00
bhagwan
39168eecb5
README: updated 'winopts.preview.delay'
2021-12-03 07:24:53 -08:00
bhagwan
000d65b43b
preview: don't reload the buffer if match is from the same file/buffer
2021-12-02 22:10:27 -08:00
bhagwan
04912f6eff
limit preview filetype workaround to help files only
2021-12-02 13:22:46 -08:00
bhagwan
7b0e658db5
grep: remove '--column' flag when search string is empty
2021-12-02 10:09:18 -08:00
bhagwan
1d6ea8d381
lines|blines|grep_curbuf|lgrep_curbuf: hide filename by default
...
fix help buffer syntax highlighting in blines|buffer preview
2021-12-02 09:19:20 -08:00
bhagwan
253b9413eb
blines: set defaults 'show_unlisted = true', 'no_term_buffers = false'
2021-12-01 12:42:09 -08:00
bhagwan
a5e1be796d
added '--tiebreak=index' to 'lines', 'blines' ( #228 )
2021-12-01 09:27:30 -08:00
bhagwan
ac342fcb3b
'grep_curbuf' is now consistent with 'grep_' cmds, added 'lgrep_curbuf'
2021-12-01 08:58:51 -08:00
bhagwan
92e21423a1
lsp_code_actions: acquire client only if needed to resolve action
2021-11-30 09:56:14 -08:00
bhagwan
100f62dee1
lsp_code_actions: resolve action for jdtls (ty Telescope!)
2021-11-30 08:52:53 -08:00
bhagwan
a677abe6fb
blines/lines: export 'no_term_buffers' option
2021-11-29 21:11:31 -08:00
bhagwan
74fca12501
bugfix: open 'help_tags' from an existing help buffer
2021-11-26 12:59:37 -08:00
bhagwan
fad1ef47e3
further shell perf improvements for git and tags
2021-11-23 00:17:25 -08:00
bhagwan
abd1a3cc90
improve performance of executing commands by avoiding the shell
2021-11-22 23:21:59 -08:00
bhagwan
8d87ef366e
Workaround for potential 'tempname' bug ( #222 )
2021-11-21 17:47:06 -08:00
bhagwan
63ed48baf9
added option to show unlisted buffers ( closes #220 )
2021-11-21 09:52:44 -08:00
bhagwan
2f97f24c16
tags: adjust regex crlf pattern ( #219 )
2021-11-19 19:54:48 -08:00
bhagwan
a45ea4dec5
bugfix: tags with similar prefixes, 'ff=dos' newline ( closes #219 )
2021-11-19 19:16:29 -08:00
bhagwan
fe4494446e
expose builtin previewer window options ( closes #218 )
2021-11-19 17:13:19 -08:00
bhagwan
c1485800d7
README: added 'delta' pager as optional dependency
2021-11-18 19:40:12 -08:00
bhagwan
956a092e55
internal: removed unnecessary 'require'
2021-11-18 19:10:55 -08:00
bhagwan
c7b75e13c6
README: default 'rg_opts' corrected ( closes #216 )
2021-11-18 18:36:32 -08:00
bhagwan
767b8f73c7
README: clarify file default action ( #214 )
2021-11-15 14:33:14 -08:00
bhagwan
fa006b8d9f
jdtls LSP code actions zero version field fix
2021-11-14 14:16:20 -08:00
bhagwan
cd0cb50717
README update
2021-11-13 10:36:05 -08:00
bhagwan
b462ba2cc6
added 'grep_project' command (shortcut to 'grep' with empty query)
2021-11-13 10:20:40 -08:00
bhagwan
5e899dc046
set correct title highlight length (+1)
2021-11-13 01:03:26 -08:00
bhagwan
056ee93169
globally apply fix from #197 (table ref copy overrides globals)
2021-11-12 21:24:30 -08:00
bhagwan
ac0862cfb1
internal: libuv spawn, limit uv.write chunks to 65K
2021-11-12 20:58:41 -08:00
bhagwan
e02451600a
'live_grep' freezes on large text files ( #211 )
2021-11-12 19:24:06 -08:00