Commit Graph

454 Commits

Author SHA1 Message Date
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
bhagwan
cb526dbb0c remove 'manually loaded' comment (closes #212) 2021-11-11 08:11:14 -08:00
bhagwan
9065fdf1bb Manually source 'FzfLua' VimL in latest nightly 2021-11-10 14:59:14 -08:00
bhagwan
c9979a4bb4 workaround for 'g:nvim_fzf_directory' not set with latest nightly 2021-11-10 10:59:31 -08:00
bhagwan
471d853a9e LSP: fixed error message on LSP client failure 2021-11-09 13:44:42 -08:00
bhagwan
936c10dc71 async LSP: support multiple LSP clients attached to the same file 2021-11-09 13:29:04 -08:00
bhagwan
62937db2db run fzf with 'sh -c' to prevent woes with other shell types (#210) 2021-11-08 20:35:04 -08:00
bhagwan
fc2f4b5d7d instantiate previewer from 'opts.previewer:new()' 2021-11-07 10:04:47 -08:00
bhagwan
82cd9c15c3 make preview winodow focusable (closes #202) 2021-11-07 00:24:39 -07:00
bhagwan
07010f74c6 sort 'buffers' by 'lastused' (closes #208)
also changes buffers preview to read lines from the buffer instead
of attaching the exisiting buffer to the preview window, the former
turned out to changed the 'lastused' field of the buffer which was
undesireable for buffer sorting.
2021-11-06 21:16:22 -07:00
bhagwan
b3add55b46 fix tags for files with 'fileformat=dos' (closes #207) 2021-11-05 16:06:37 -07:00
bhagwan
c45c06218f bugfix: ctags with tab characters (closes #206) 2021-11-05 12:08:48 -07:00
bhagwan
e0ff9e501c alternative preview scroll fn (attempt to fix #202) 2021-11-05 10:36:41 -07:00
kraem
d926691176 fix: make uri match more narrow 2021-11-05 10:24:13 -07:00
bhagwan
454b0ba48c bugfix: preview fail when contents contains URL (closes #204) 2021-11-04 22:48:14 -07:00
bhagwan
4b59a5d31d POSIX find warn when using '-printf' flag (#110) 2021-11-02 21:30:01 -07:00
bhagwan
120a097205 internal: export 'config' module 2021-10-31 12:40:12 -07:00
bhagwan
d5a73bbaf7 git_status: deal with spaces in git status -s output (closes #200) 2021-10-29 21:12:12 -07:00
bhagwan
44abade325 clone code action options to prevent default act override (issue #197) 2021-10-28 14:19:09 -07:00
bhagwan
0a7462d6af warn user of buf switch failure due to unsaved changes (issue #197) 2021-10-26 16:08:12 -07:00
bhagwan
f8351742be buf_del action, ignore and warn about deleting dirty buffers 2021-10-26 15:17:36 -07:00
bhagwan
1174b1259a added option to inidicate current buffer (helps issue #196) 2021-10-26 14:52:31 -07:00
bhagwan
5a2ec75b9d internal: export win module 2021-10-26 13:06:41 -07:00