summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-02-14fix: builtin `autocommands` previewer throws error (#1732)daangoossens22
2022-02-13fix(actions.qflist): make it work with vim quickfix commands (#1742)Connor Sheehan
2022-02-13feat(spell_suggest): ignore spell setting (#1744)Roland Fredenhagen
2022-01-31chore: format with stylua 0.12.0 (#1730)Simon Hauser
2022-01-28feat (keymaps): add configuration options (#1703)daangoossens22
2022-01-28fix (autocommands): doesn't show all autocommands (#1717)daangoossens22
2022-01-28fix(lsp): add missing offset encoding (#1718)Chinmay Dalal
2022-01-28fix(action): insert symbol in insert mode (#1722)Christian Clason
2022-01-18fix: add offset encoding to `vim.lsp.util.locations_to_items()` call (#1694)Chinmay Dalal
2022-01-18fix: add offset encoding to `apply_workspace_edit` call (#1697)Richard Mathieson
2022-01-18feat: show a message for unknown command (#1698)zeertzjq
2022-01-18fix: always update preview when `_selection_entry` changes (#1693)Luke Kershaw
2022-01-16fix: handle filenames with colons in `live_grep` (#1609)Luke Kershaw
2022-01-15fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)Luke Kershaw
2022-01-14feat: make results pane of builtin `keymaps` more readable (#1684)daangoossens22
2022-01-14chore: remove deprecated shorthand functions lsp_*_diagnosticsSimon Hauser
2022-01-14fix(health): check fdfind before fd to fix weird output on ubuntuSimon Hauser
2022-01-14feat: adds multiselect counter in prompt status_text (#1614)Luke Kershaw
2022-01-14fix (nightly): add offset encoding to vim.lsp.util.jump_to_location() call (#...Chinmay Dalal
2022-01-11break!: remove file_browser from builtins (#1453)fdschmidt93
2022-01-09Revert "fix: folding when a file is opened (#1643)" (#1673)Simon Hauser
2022-01-09feat: tiebreak config function (#1401)Julian Fricker
2022-01-09fix(builtin.treesitter): make sure that kind is not nilSimon Hauser
2022-01-09fix: folding when a file is opened (#1643)Abel Mulugeta
2022-01-09fix: documentation for lsp_range_code_actions (#1644)Ole Strøhm
2022-01-09fix: allow `which_key` action without preview (#1668)Luke Kershaw
2022-01-06fix: support find_command along with shorthand options (#1642)pedro757
2022-01-06fix: allow `selection_caret` to be entirely whitespace (#1660)Luke Kershaw
2022-01-05feat: multiselect icon (#1572)Luke Kershaw
2022-01-05feat: Add <C-w> to default mappings (#1650)Dave G
2022-01-05fix: check if `status.preview_bufnr` is `nil` before checking if valid (#1657)Luke Kershaw
2022-01-03fix: picker for keymaps error with new api for keymaps (#1646)Sebastian Lyng Johansen
2021-12-29chore: deprecation notice for builtin.file_browser (#1574)fdschmidt93
2021-12-28fix: return extension exports on load (#1634)fdschmidt93
2021-12-27fix: setup extension on access as well (#1628)fdschmidt93
2021-12-27fix: too early setup on initial extension access (#1601)fdschmidt93
2021-12-27chore: remove dot at the beginning (#1552)Simon Hauser
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