Commit Graph

383 Commits

Author SHA1 Message Date
bhagwan
340ad70215 fix 'help_tags' in nightly (error: 'Expected Lua number') 2022-01-04 05:49:39 -08:00
bhagwan
58e159c36e internal: only replace {argv} when requested by live_grep 2022-01-03 19:30:44 -08:00
bhagwan
8ad6e92b9f bugfix: live_grep on NixOS, adjust for extra neovim cli args (#291) 2022-01-03 16:06:23 -08:00
bhagwan
79371f0d9f bugfix: "No diagnostics found" with neovim 0.6.1 (closes #292) 2022-01-03 10:33:31 -08:00
bhagwan
41b657e823 LSP diagnostics update for deprecations in neovim 0.6.1 2022-01-01 15:40:32 -08:00
bhagwan
9a71718c1e escape hyphen in 'vim.fn.expand' (closes issue #285) 2021-12-29 09:21:32 -08:00
bhagwan
3eb5baa6e9 bugfix: git icon overrides breaks 'git_status' (closes #283) 2021-12-28 13:13:03 -08:00
bhagwan
782b8599fd README update 2021-12-27 16:25:18 -08:00
bhagwan
f452111888 updated README: fzf minimum requirement 0.24.0 2021-12-27 10:59:23 -08:00
bhagwan
e40d65c1e1 new option 'show_cwd_header' forces 'cwd' in header line (closes #281) 2021-12-26 19:07:01 -08:00
bhagwan
b35d03f4ee bugfix: sending results with no column to quickfix (closes #280) 2021-12-26 18:56:12 -08:00
bhagwan
5396fa198f ctags: do not ignore '$' at the end of the pattern (revisit #219) 2021-12-23 13:53:06 -08:00
bhagwan
2012d97260 README update, vimdoc generated using new treesitter markdown parser 2021-12-21 20:52:57 -08:00
bhagwan
3717661c83 'resume' rework: better way of storing last query (closes #271) 2021-12-21 04:36:35 -08:00
bhagwan
f0927af072 internal: added 'win.save_query', rename internal selection callback 2021-12-20 21:26:31 -08:00
bhagwan
21f19cac1a new option 'global_resume_query': split resume from typed query (#271) 2021-12-20 18:12:37 -08:00
bhagwan
ab30844a7a internal: added 'fn_post_fzf' callback 2021-12-19 14:50:02 -08:00
bhagwan
b2aee6f1d3 'git_status' preview rework, stage|unstage with <left>|<right> (#239) 2021-12-19 01:32:36 -08:00
bhagwan
aec049eaa6 disable 'cursorline' on resume 2021-12-18 21:45:09 -08:00
bhagwan
d15b90e8c3 tabs: 'ctrl-x': enable multi-delete and resume 2021-12-18 21:22:41 -08:00
bhagwan
bc3edb68cf resume adjustments for buffers|tabs, 'ctrl-x' bwipe now resumes 2021-12-18 20:12:43 -08:00
bhagwan
e1674cd8f5 README update: 'no_global_resume' option clarfication 2021-12-17 22:08:57 -08:00
bhagwan
a6213f05e1 builtin: default exclude from 'resume' (#267) 2021-12-17 21:38:45 -08:00
bhagwan
0069dc4a8e resume adjustments for 'live_grep_glob|native' 2021-12-17 21:34:49 -08:00
bhagwan
c5ff7b79cc allow empty 'keymap.fzf' table to disable fzf binds (closes #266) 2021-12-17 10:39:07 -08:00
bhagwan
338a1ef6a2 README update 2021-12-16 22:26:44 -08:00
bhagwan
db3e71200d added 'changes' as a subset of 'jumps' (#264) 2021-12-16 22:03:46 -08:00
bhagwan
bd57c8c2e8 bugfix: 'preview-page-reset' for tags|btags 2021-12-16 21:44:20 -08:00
bhagwan
41f8752f49 removed unnecessary debug print in 'goto_jump' 2021-12-16 16:52:11 -08:00
bhagwan
8338ecd673 do not delete typed query on consequitive 'resume' calls 2021-12-16 16:48:05 -08:00
bhagwan
d10b203408 removed deprecated 'files_resume' from README/help 2021-12-16 16:03:00 -08:00
bhagwan
1ece1ab09a added 'resume': will resume **any** list, custom or builtin (#241) 2021-12-16 15:39:09 -08:00
bhagwan
18837e1174 internal: wrap warning message from 'read_file_async' (closes #263) 2021-12-16 10:07:32 -08:00
bhagwan
d874e7705a added 'jumps', closes #264 2021-12-16 09:46:37 -08:00
bhagwan
b2bcca20c2 better way of getting nvim-web-devicons path (closes #260) 2021-12-15 12:35:43 -08:00
Tamir Zahavi-Brunner
9421bc225f Do not remap when calling feedkeys (closes #258)
When calling vim.fn.feedkeys for commands or searches ,which means it is
prefixed by ":" or "/", one of those keys could be remapped to something
else. Calling feedkeys with "n" means this mapping would be ignored.
2021-12-15 06:19:39 -08:00
bhagwan
3147d9b170 grep|live_grep: display informative messages on regex parse errors 2021-12-14 21:59:20 -08:00
bhagwan
62d279d74b live_grep_resume: defaulted to multiprocess, better DEBUG message 2021-12-14 06:20:47 -08:00
bhagwan
d07c5c8522 restore 'cursorline' after 'nvim_open_win' (closes #254) 2021-12-14 04:14:43 -08:00
bhagwan
31a678e4de tags, btags: hide line numbers with builtin previewer 2021-12-13 16:11:48 -08:00
bhagwan
37ea63c26b grep|live_grep: added support for multiprocess search resume 2021-12-13 14:57:12 -08:00
bhagwan
887d6a4cd3 live_grep: multiprocess as default provider, added glob support 2021-12-13 13:21:58 -08:00
bhagwan
429f9572e0 live_grep_native: added multiprocess and icons support 2021-12-13 08:11:31 -08:00
bhagwan
681e5afe86 spawn_stdio: standardize stderr:write 2021-12-12 20:19:01 -08:00
bhagwan
704a81f90b properly exit neovim headless with <C-c> 2021-12-12 19:55:12 -08:00
bhagwan
c569296070 internal: replace error messages from 'io.write' to 'io.stderr:write' 2021-12-12 18:52:13 -08:00
bhagwan
1a98c8919d restored 'multiprocess=true' as default (hopefully for the last time) 2021-12-12 18:39:30 -08:00
bhagwan
058a01f8d1 spawn_stdio: write error message using 'io.stderr' 2021-12-12 18:15:30 -08:00
John Drouhard
317aafa3c3 Fix multiprocess mode pipes to use io.write() instead of opening a new file descriptor on /dev/stdout and /dev/stderr 2021-12-12 18:12:46 -08:00
bhagwan
4a013fd41d multiprocess: use 'io.write' instead of 'uv.pipe:write' 2021-12-12 17:52:05 -08:00