summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-04feat(live_grep): add glob and type filter shorthand opts (#1695)kylo252
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-05-04fix: initial mode setting issues (#1917)fdschmidt93
2022-05-03Revert "fix(pickers): misc initial_mode setting fixes (#1895)" (#1914)fdschmidt93
Reverts circumventing A for initial_mode insert as many more users have issues with the current (failed attempt at a) fix
2022-05-03fix(pickers): misc initial_mode setting fixes (#1895)fdschmidt93
2022-05-02fix: termpreviewer scrolling (#1906)Simon Hauser
2022-05-01fix: termopen previewer (#1901)Simon Hauser
- buffer leaking - still insert mode on confirm
2022-05-01fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's ↵Chinmay Dalal
deprecated one (#1905)
2022-04-30chore: update fundingSimon Hauser
2022-04-30chore: adapt to resolved_capabilities deprecation (#1902)Christian Clason
Neovim deprecated `resolved_capabilities` in https://github.com/neovim/neovim/pull/17814 Replace with `server_capabilities` and adapted feature table, which is backwards compatible with 0.7.
2022-04-30docs: add 'https://' prefix to smart history link (#1885)Austin Ray
2022-04-30fix: close process handle after termination (#1856)Quet Zal
2022-04-30feat: support for builtin.commands to show buffer commands (#1889)milanglacier
2022-04-30docs(smart_path): add negative performance warning (#1899)Simon Hauser
2022-04-30fix: man_pages respect nosplitright for <c-v>Simon Hauser
followup to bf16fe620fa8290eb4c575caec0101b6e1dc5dcd
2022-04-30fix: help_tags respect nosplitright for <c-v>Simon Hauser
fix #1897
2022-04-28fix(actions): don't exec pre or post if replaced (#1892)fdschmidt93
2022-04-27fix(finder): don't trigger twice w/ inital_mode="insert" (#1886)fdschmidt93
2022-04-26docs: fix typo in reference to vim.lsp.buf.code_action (#1883)Maximilian Schmidt
2022-04-26fix: prompt now has always buftype promptSimon Hauser
fix #1882
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
see :help telescope.changelog-1866 for more information
2022-04-25feat: switch to telescope.lua (#1873)Simon Hauser
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-04-25fix(help_tags): exclude invalid help-tag that errorsSimon Hauser
fix #1858
2022-04-25ci: fix docgen after tjdevries/tree-sitter-lua/pull/48Simon Hauser
2022-04-22fix(which_key): get full path & handle table assignment of funcrefs (#1875)fdschmidt93
2022-04-22chore: use of require "health" over vim.fn["health#*"] (#1868)Simon Hauser
2022-04-22feat: lua autocmd (#1707)Dave Lage
2022-04-22fix: fix keep insert when going from telescope window to telescope window ↵kylo252
(#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-04-22break: bump minimum required neovim version to 0.7 (#1851)Simon Hauser
2022-04-22feat: show assigned function in actions.which_key (#1871)fdschmidt93
2022-04-20fix: extra finder loop on refresh w/ reset prompt (#1860)fdschmidt93
2022-04-18feat: add default hl group for devicons (#1849)Antoine Bertin
2022-04-18feat: added trim option to make_entry.gen_from_quickfix (#1838)rowario
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-04-17fix: error if telescope is being opened from command-line windowSimon Hauser
This is impossible see `:help E11` Close #1810
2022-04-17fix: displayer when tabs are used and ts is != 1 (#1845)Simon Hauser
2022-04-17docs: document more actions and add introduction to actions (#1829)Simon Hauser
2022-04-10fix(builtin.colorscheme): also restore &background (#1835)wongxy
2022-04-09feat(lsp_references): include current line optionSimon Hauser
close: #1821
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
currently enabled for some builtins. You can manually enable it by adding `push_cursor_on_edit = true` to the builtin options. But feel free to open a PR if you find a builtin that needs this option enabled.
2022-04-08feat: global configuration of results_title and prompt_title (#1817)Michael Benford
2022-04-03chore: reformat with stylua 0.13Simon Hauser
2022-03-31fix: action replace/enhance if the replaced/enhanced action as combined (#1814)Simon Hauser
2022-03-30fix (treesitter): kind columnSimon Hauser
fix #1811
2022-03-30fix: typo for notify log level (#1813)Dhruv Manilawala
2022-03-30fix: add `%s` to notify message of git checkout action (#1812)Dhruv Manilawala
2022-03-26fix (tags|btags): escape all special characters (#1806)ibhagwan
2022-03-26chore: fix lint errors from latest ci runSimon Hauser
2022-03-24fix: typo in a LSP error message (#1805)Mathijs Bakker
2022-03-20feat: enable individual options for mappings (#890)Waldson Patrício
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>