summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2021-12-27fix: transform_path nil input (#1576)Simon Hauser
2021-12-27chore: remove redundant run_builtin action (#1589)kylo252
2021-12-27fix(oneshot_finder): generate entries for passed result (#1602)fdschmidt93
2021-12-27fix(actions): force insertmode after inserting symbol (#1618)Christian Clason
2021-12-27feat(diagnostics): workspace or document in title (#1619)fdschmidt93
2021-12-27fix(sorters): Ensure 'cb_filter' defined when creating new index-bias sorter ...August Masquelier
2021-12-19fix: `builtin` only have entries for extension functions (#1587)Luke Kershaw
2021-12-10feat: layout `anchor` (#1582)Luke Kershaw
2021-12-10feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)Simon Hauser
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
2021-12-10feat: `center` layout `mirror` option (#1577)Luke Kershaw
2021-12-10fix: previewer for builtin.builtin (#1583)smhc
2021-12-10fix: `which_key` action `foldenable=false` by default (#1578)Jieru Mei
2021-12-08fix: `bottom_pane` remove `results` border next to `prompt` (#1563)Luke Kershaw
2021-12-06fix: git stash entry formatting (#1452)Farbod Salamat-Zadeh
2021-12-06fix: ensure buffer is listed before edit_buffer (#1492)Richard Lu
2021-12-06typo: `which_key` (#1560)GenesisTMS
2021-12-06fix: current_buffer_fuzzy_find in vue files (#1561)h0adp0re
2021-12-05fix: lsp concatenate err (#1558)Jun
2021-12-05docs: functions in `pickers.lua` (#1554)Luke Kershaw
2021-12-05fix: git_branch previewer highlighter error (#1543)Simon Hauser
2021-12-05chore: better uv.spawn error handling and windows git spawn bugfix (#1498)Simon Hauser
2021-12-05fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling is_ena...Simon Hauser
2021-12-03fix: regression with grep builtins (#1548)Simon Hauser
2021-12-03defaults: change `center` layout default size (#1546)Luke Kershaw
2021-12-03fix: actions.delete_buffer shouldnt force deleteSimon Hauser
2021-12-03fix: check for Windows drive letter when parsing vimgrep (#1494)Luke Kershaw
2021-12-03feat: allow initial results in async_oneshot_finder (#1461)fdschmidt93
2021-12-03docs: layout strategy usage (#1493)Luke Kershaw
2021-12-03fix: dont change highlights when using current_buffer_fuzzy_find (#1524)Simon Hauser
2021-12-03feat: highlight group for counter: TelescopePromptCounterSimon Hauser
2021-12-02fix: lsp_workspace_symbols (#1535)Simon Hauser
2021-12-02fix: make lsp_* async (#1506)Chinmay Dalal
2021-12-01fix: Remove symbol_msg substitution (#1525)Daniel Kempkens
2021-11-30docs: fix `Picker:get_row(index)` doc string (#1515)Martin Roa Villescas
2021-11-30fix(highlight): Use TS built-in is_enabled function (#1513)Patrick Ziegler
2021-11-30fix: keep previewer `winid` state updated on layout changes (#1522)Luke Kershaw
2021-11-29add Normal highlights for prompt and results (#1514)max397574
2021-11-29chore: layout strategy tidying (#1509)Luke Kershaw
2021-11-28feat: add `preview width` option for `bottom_pane` layout (#1505)max397574
2021-11-28fix: Border window also need to be winblend due to window overlap in multigri...akiyosi
2021-11-27feat: extend functionality of `entry_display.create` (#1408)Luke Kershaw
2021-11-26fix: issue when scrollbind is set (#1496)Simon Hauser
2021-11-23Revert "fix: action mt so we can again concat actions from two different tabl...Simon Hauser
2021-11-23fix: telescope close process and cleanup layout actions (#1480)Simon Hauser
2021-11-22fix: action mt so we can again concat actions from two different tables (#1143)Simon Hauser
2021-11-20fix: error when opts is nil in pickers.new (#1471)Salomon Popp
2021-11-18fix: cleanup of layout actionsLuke Kershaw
2021-11-18feat: layout actions (#1383)Luke Kershaw
2021-11-18feat: add hide / unhide preview (#1305)johnybx