summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2022-05-20fix: wrong win on selection (#1951)fdschmidt93
2022-05-20fix: exiting picker from insert mode (#1202)fdschmidt93
2022-05-18docs: reflect behavior of diagnostics bufnr nil (#1879)matt rice
2022-05-18fix: set tagstack when we jump with lsp in telescope (#1887)dagle
2022-05-15hotfix: regression from latest commit, files could no longer be openedSimon Hauser
2022-05-15feat: Add ability to choose window to edit (#745)TJ DeVries
2022-05-15fix: get mark list from opts.bufnr instead of using :marks (#1935)pjmtdw
2022-05-15fix: correctly use nvim-web-devicons (#1937)xeluxee
2022-05-12feat(entry_display): expose prompt_bufnr opt (#1934)fdschmidt93
2022-05-09feat(docs): simplified architecture flow chart (#1925)fdschmidt93
2022-05-09feat(builtin.keymaps): show lua fn name if available (#1929)fdschmidt93
2022-05-05fix: another teardown issue (#1918)Simon Hauser
2022-05-04fix(builtin.tags): custom filename width (#1842)Michael Maves
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
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
2022-05-01fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's de...Chinmay Dalal
2022-04-30chore: adapt to resolved_capabilities deprecation (#1902)Christian Clason
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
2022-04-30fix: help_tags respect nosplitright for <c-v>Simon Hauser
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-26fix: prompt now has always buftype promptSimon Hauser
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
2022-04-25feat: switch to telescope.lua (#1873)Simon Hauser
2022-04-25fix(help_tags): exclude invalid help-tag that errorsSimon 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 (#1...kylo252
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
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
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao