638 Commits (main)
 

Author SHA1 Message Date
bhagwan 1bf2a294c8 lsp_code_actions: use vim.diagnostic to acquire line diagnostics
diagnostics: remove LSP client attached test (#388)
2 years ago
bhagwan fa69ad7b13 lines|blines: added selection/multi-select to quickfix 2 years ago
bhagwan 0e775b075b blines: expose multi-select in config options 2 years ago
bhagwan 782abfd69c internal: expose Win object 'self' (#389) 2 years ago
Arsham Shirvani 5060b677e0 feat(lsp): add incoming call handler 2 years ago
bhagwan f7f54dd685 fallback to fzf plugin if not installed globally (closes #383) 2 years ago
bhagwan 58320a2579 live_grep_glob: start showing results as soon as separator is found 2 years ago
bhagwan 7557d90c05 wrap 'filetype detect' in pcall to prevent TS errors (#377) 2 years ago
bhagwan 92f063632e bugfix: cwd when using relative path sub-directories (closes #375) 2 years ago
bhagwan 6fd4459d0c live_grep: save last_query after regex escape 2 years ago
bhagwan d075f9008a README: updated 'rg_glob_fn' argument return order 2 years ago
bhagwan f3d0789e33 feat: custom glob parsing function via 'grep.rg_glob_fn' (#373) 2 years ago
bhagwan 97a63e66bf tags|btags: properly handle all special characters (closes #371) 2 years ago
bhagwan 1d93315328 btags: added missing 'rg_opts' (closes #372) 2 years ago
bhagwan c815531334 fix potential execution bug when nvim_win_close raises exception 2 years ago
bhagwan 6d65097d45 highlights: resolve 256 color names from rtp?/rgb.txt 2 years ago
bhagwan 835de49506 new provider: highlights 2 years ago
bhagwan 4edaa792ff grep: opts.search overrides continue_last_search (closes #370) 2 years ago
bhagwan ab23fb6569 ueberzug image preview: better json encode 2 years ago
bhagwan 33dae2a6b9 grep|tags: new filter opt, exclude tag headers from grep|live_grep 2 years ago
bhagwan def8abf586 internal: more tags|grep code consolidation 2 years ago
bhagwan 9ae5a8c30a internal: reuse grep code in tags|tags_grep 2 years ago
bhagwan 0219921e41 grep|tags_grep: save typed query as grep string when empty 2 years ago
bhagwan d55db75d1a suppress exit code 1 error msg, better warning for non-matched tags 2 years ago
Marco Fonseca 84fa52720c docs: add missing comma to cfg and space cleanup
docs: minor updates and vimdoc regen
2 years ago
bhagwan f86de7aa6b new option 'grep.rg_glob': default to rg glob parsing (closes #365) 2 years ago
bhagwan d6db28ac80 empty border adjustments for left|right and zero-length strings 2 years ago
bhagwan fccdaeb075 adjust main window layout for empty top|bottom borders (#364) 2 years ago
bhagwan d96b57abf3 README update: clarified `viu -b` usage inside a neovim terminal 2 years ago
bhagwan 326ec9e1d0 use all available screen space when `border='none'` (closes #364) 2 years ago
bhagwan c8973d5a17 builtin previewer ext map to lowercase, validate ueberzug scaler 2 years ago
bhagwan 610378e53c new feature: image previews with `ueberzug` 2 years ago
bhagwan 3f72cad542 new feature: custom shell command previews (e.g. image previews with `viu`) 2 years ago
bhagwan bca2107b63 disable 'ctrl-g' for l|grep_curbuf, hide filename in 'blines' 2 years ago
bhagwan ac4fa2a302 do not ignore cursor highlight on first column 2 years ago
bhagwan 0cf9468bcb bugfix: accidentally broke sending 'opts' as function 2 years ago
bhagwan f0ef0d003b match 'winopts.split' window options with nvim_open_win style:minimal 2 years ago
bhagwan e063f08399 force 'redraw' when reusing an existing fzf-lua window 2 years ago
bhagwan f996eb249f adjust available preview width based on 'signcolumn' when using 'split' 2 years ago
bhagwan b055007f56 git_icons: replace double ?? with a single ? 2 years ago
bhagwan dd9db4cab9 tags default previewer, wrap tag search in a pcall (#361) 2 years ago
bhagwan f1af3d7690 actions.grep_lgrep: changed default bind to <C-g> 2 years ago
bhagwan 3f3310064f actions.grep_lgrep: changed default bind to <C-l> 2 years ago
bhagwan 051c4f68f9 entry maker: render git indicators before file icons 2 years ago
Callum Macrae 06c5ccaebb Correct vim-plug install instructions
Previously defaulted to master branch, this tells it to use main instead
2 years ago
bhagwan 36f84404fa tags_grep: respect 'tags.rg|grep_opts' 2 years ago
bhagwan 27f58c51c2 new feautre: <c-i> to toggle between 'grep|live_grep' 2 years ago
bhagwan e2c6f8cbf9 bugfix: 'lgrep_curbuf,' 'tags_live_grep' on fish shell (closes #357) 2 years ago
bhagwan f915ba0e9a respect 'winotps_fn' layout overrides in native previewers (#356) 2 years ago
bhagwan fcaa3d5b24 tags: auto-detect line numbers in tags file 2 years ago