Commit Graph

620 Commits

Author SHA1 Message Date
bhagwan
970a920385 internal: expose vim.ui.select on_choice to opts 2022-01-20 13:06:04 -08:00
bhagwan
f02c320a84 bugfix: vim.ui.select code_actions on multiple files (closes #319) 2022-01-20 12:55:21 -08:00
bhagwan
f504b9b09a internal: send opts with 'code_actions.act' 2022-01-20 11:47:54 -08:00
bhagwan
20f926ad36 git_status fish shell compatibility (closes #320) 2022-01-20 11:06:01 -08:00
leiserfg
bfd1e3471a Set default prompt for ui_select to match the official doc 2022-01-20 17:04:26 +00:00
bhagwan
f2ebd3b9c3 added 'vim.ui.select' action help string 2022-01-19 05:55:51 -08:00
bhagwan
e4dcd44fb3 git_files: set 'multiprocess=true' as default 2022-01-18 19:49:21 -08:00
bhagwan
e89d5bc009 OSX: use stdout instead of stderr due to rendering issues (#287, #316) 2022-01-18 18:39:43 -08:00
bhagwan
e383be5cff README update: added 'de|register_ui_select' under Neovim API 2022-01-18 15:01:26 -08:00
bhagwan
8e37ef6e21 added resume support for 'vim.ui.select' 2022-01-18 13:38:52 -08:00
bhagwan
5b5270684f exit visual mode before 'vim.ui.select' interface 2022-01-18 13:07:09 -08:00
bhagwan
28757aa248 extra safety check for 'vim.ui.select' on_choice 2022-01-18 12:55:18 -08:00
bhagwan
7c4c61acb9 properly escape lua special chars in 'path.relative' (closes #315) 2022-01-18 12:39:07 -08:00
bhagwan
f466e20196 added custom options to 'register_ui_select' 2022-01-18 12:22:02 -08:00
bhagwan
475ffb2673 added provider for 'vim.ui.select' (closes #314) 2022-01-18 12:14:04 -08:00
bhagwan
7e7f6d8cc3 add offset_encoding to code_action apply_workspace_edit (#314) 2022-01-17 09:25:19 -08:00
bhagwan
1546c82b67 pass $FZF_PREVIEW_LINES|$FZF_PREVIEW_COLUMNS to git_diff cmd (#313) 2022-01-17 08:02:50 -08:00
bhagwan
7554520125 exclude unusable function/modules from :FzfLua auto-complete 2022-01-16 16:32:51 -08:00
bhagwan
c096cd1849 grep_project: exclude filename from fuzzy search by default 2022-01-16 15:41:31 -08:00
bhagwan
f9c9ae1768 bugfix: consecutive send-selection-to-quickfix 2022-01-16 15:25:43 -08:00
bhagwan
243ec9d9f3 chore: remove all LSP warnings 2022-01-16 15:08:55 -08:00
bhagwan
5f5d7e2ade internal: add vararg to class:new to suppress useless warnings 2022-01-16 14:29:58 -08:00
bhagwan
3e6a794c8c internal: save prompt fallback in win class 2022-01-16 12:43:06 -08:00
bhagwan
4f8751db52 LSP prompt renamed to 'prompt_postfix' (closes #308) 2022-01-16 10:07:50 -08:00
bhagwan
2ab8adadb1 enable custom 'nvim-web-devicons' setup with mulitprocess (closes #311) 2022-01-16 09:49:25 -08:00
Jürgen Steitz
5dc661e4e8 fix devicon size in litty using file_icon_padding
This fix removes the nbsp. Kitty needs a normal space to extend the icon size.
2022-01-16 16:10:05 +00:00
bhagwan
95b63ef731 'jump_to_single_result_action' removed extra item in array 2022-01-15 21:26:16 -08:00
bhagwan
0637c1b686 add offset_encoding to LSP location APIs (closes #306) 2022-01-15 21:17:39 -08:00
bhagwan
9ac1543b55 F1 keybind help: normalize keybind format, remove duplicate binds 2022-01-15 08:01:23 -08:00
bhagwan
32b2cdb510 F1 keybind help: fixed formatting in wider terminals 2022-01-14 23:54:05 -08:00
bhagwan
2d1862d034 added new action 'file_switch' (closes #301) 2022-01-14 22:31:25 -08:00
bhagwan
e3546e8272 new feature: press F1 for keybind help (#294) 2022-01-14 21:45:57 -08:00
joe mama
533ca71fe4 add info about "show_cwd_header" option in README.md 2022-01-11 16:09:16 +00:00
bhagwan
da2c0fe3df bugfix: 'lines|blines' default action in term buffers 2022-01-10 08:00:25 -08:00
bhagwan
2122c2cd05 file actions: do not add to jumplist from term buffers 2022-01-08 08:32:48 -08:00
bhagwan
04c342f799 feature: accept opts argument as function that returns opts table 2022-01-04 07:20:18 -08:00
bhagwan
1c28cbc904 'lines|blines' nightly fix, cwd header added to 'oldfiles' 2022-01-04 06:22:05 -08:00
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