471 Commits (1d19980551375cde90757ae034d1ffa71dd61bad)
 

Author SHA1 Message Date
bhagwan 1d19980551 added exec command examples in 'minimal_init.lua' 2 years ago
bhagwan 24167e2b26 updated 'minimal_init.lua', instructions in ISSUE_TEMPLATE 2 years ago
bhagwan ab19fda7da LSP: misc fixes for neovim nightly 2 years ago
bhagwan 22fd2a74a1 accidentally broken preview starting with 'hidden' (closes #351) 2 years ago
bhagwan 3fa3eb0ffe help_tags: fix preview toggle, man_pages: fix extra buffer 2 years ago
bhagwan 0fa4f3d7d7 minimize preview buffer flicker between reloads (#298) 2 years ago
bhagwan f3857a98a7 added an option to override fzf-lua's NBSP char (closes #347) 2 years ago
bhagwan 3ffda9050b added github ISSUE_TEMPLATE 2 years ago
bhagwan fd9d93a770 vim.ui.select: fallback when opts have no 'format_item' (closes #346) 2 years ago
bhagwan 22d7f4b6c5 args refactor and resume support 2 years ago
bhagwan 6e1ceb6a63 asyncify oldfiles, more performance enahncements (closes #343) 2 years ago
bhagwan 726b4de499 restored oldfiles 'stat_file' default (closes #344) 2 years ago
bhagwan 5b7fb9fb50 fzf delimiter adjustments for fish shell 2 years ago
bhagwan c86716f0b6 README update: oldfiles 'stat_file' and 'include_current_session' 2 years ago
bhagwan 8591f3c846 oldfiles performance enhancements (#343) 2 years ago
bhagwan 4fd1af7b47 fixed tabs|lines|blines with 'bat_native' when using skim 2 years ago
bhagwan 738d6ba547 fixed delimiter for blines 2 years ago
bhagwan 9a0f625804 normaize fzf FIELD INDEX EXPRESSION, see below:
- refactor fzf field index experssion and line field number options
- enable native fzf previewers (bat/cat/head) for all file/buffer providers
- buffers|lines|blines|tabs now respect default previewer
2 years ago
bhagwan 027068511a bugfix: delimiter for 'dap_breakpoints' 2 years ago
bhagwan ef48f9fc24 README update: added link to 'nvim-dap' 2 years ago
bhagwan 930cc5f487 added support for nvim-dap (#101) 2 years ago
bhagwan da2a04d052 LSP uri jumps to correct column (locations cols|lines are 0-based) 2 years ago
bhagwan 6d3b884f73 added help strings for {buf|file}_switch_or_edit 2 years ago
bhagwan 2a2c8502a4 refactor native fzf previewer params 2 years ago
bhagwan 76c7b6d960 removed unnecessary TAB as fzf delimiter 2 years ago
bhagwan dc23282b96 grep: better regex handling of . and % 2 years ago
bhagwan 11bf4e86a7 LSP entry delimiter TAB->SPACE, added 'trim_entry' opt (closes #342) 2 years ago
bhagwan aa9194f98d more special character optimizations for fish, skim 2 years ago
bhagwan fdd3874367 internal: debug_cmd option to supress mulitprocess cmd debug print 2 years ago
bhagwan b033e406ca grep|live_grep: fish shell special chars fixes (closes #340) 2 years ago
bhagwan b273a358a7 bugfix: NULL buffer creation on LSP actions (closes #341) 2 years ago
bhagwan 2d4c9433b2 fixed live_grep "command" prompt with 'sk' 2 years ago
bhagwan 589c7a4ee6 file actions: only move cursor if required (closes #339) 2 years ago
bhagwan 34281e4d88 buffers|tabs|lines: normalize unnamed buffers (more below):
- prioritize 'show_quickfix' over 'show_unlisted'
2 new actions:
  - buf_switch_or_edit
  - file_switch_or_edit
2 years ago
bhagwan 330742a4c0 buffers|tabs|lines: exclude quickfix buffers (closes #337) 2 years ago
bhagwan e1f13f882e file actions: only parse ctags from tags|btags 2 years ago
bhagwan 1f75958d33 bugfix: accidentally broke ctag file actions 2 years ago
bhagwan 98676b67bb tagstack: added tag name to entry 2 years ago
bhagwan b772c0de9c new provider: tagstack, fixed external win file actions (#336) 2 years ago
bhagwan a487c6752f force LSP jumps to use 'vim.lsp.util.jump_to_location' (closes #336) 2 years ago
bhagwan c96ef0c109 registers: properly display special chars 2 years ago
bhagwan adc622112b README update: clarify default actions inheritance (#333) 2 years ago
bhagwan 30f4c0cb37 delete neovim temp dir on headless instance (#329) 2 years ago
bhagwan 2aa5bd3afa added the ability to bulk config files|buffers actions (closes #331) 2 years ago
bhagwan 3696489667 verify preview buffer wasn't disposed before reading (closes #327) 2 years ago
bhagwan 3d6b3a1b33 multiprocess: supress multiple errors with deferred exit 2 years ago
bhagwan 4040e33683 multiprocess: delete neovim temp dir on os.exit (closes #329) 2 years ago
bhagwan 0f4ca97bb7 tags|btags: vim.fn.expand tags file, set cwd header (closes #322) 2 years ago
bhagwan 58453ac391 removed unnecessary print in 'jumps' 2 years ago
bhagwan e532ffa480 added missing 'offset_encoding' to 'vim.lsp.util.jump_to_location' 2 years ago