summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2022-06-30fix(current_buffer_tags): tag-relative=never (#1970)Dane Summers
2022-06-30feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_cal...Manuel
2022-06-30docs: clarify docs around `search_dirs` and `map_entries`Simon Hauser
2022-06-30feat: `find_command` can be a function (#2000)Simon Hauser
2022-06-30chore: cleanup autocmd builtin (#1947)Simon Hauser
2022-06-30refactor: make_entry more consistent (#1410)Yorick Peterse
2022-06-30feat: add `--follow` to bcommits (#1997)Brian Di Palma
2022-06-30feat: add option `use_default_opts` to `builtin.builtin` (#1996)Bjarki Baldursson Harksen
2022-06-30feat(tags): process tagfiles on the fly (#1989)Antoine
2022-06-30feat: no-ignore-parent shorthand option for find_files. (#1963)Jeremy Neal
2022-06-30feat: force buffer delete for terminal and improvements for Picker:delete_sel...TheMeaningfulEngineer
2022-06-30fix(resume): previewer if toggled (#1957)Simon Hauser
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30feat: none strategy & control attachment (#1867)fdschmidt93
2022-06-30feat(vim_options): show scope information in display (#1956)Simon Hauser
2022-06-30docs: document limitations of file_ignore_patterns and transform_path (#1955)Simon Hauser
2022-06-30chore: cleanup vim options (#1946)Simon Hauser
2022-06-30break(git_files): change show_untracked default to false (#842)Ben Smith
2022-06-30fix: grep_string crashes when string has newline (#2026)Reed Koser
2022-06-18fix: error caused by the invalid options in create_autocmd for vimdiff (#2013)Rocky Zhang
2022-06-15fix: block autocommands when setting preview buffer (#2010)zeertzjq
2022-06-13fix: TelescopePreviewerLoaded (#2005)Simon Hauser
2022-06-12doc: use correct option name for 'only_sort_text' (#1995)Jose Veiga
2022-06-02fix: health for neovim nightly (#1984)Simon Hauser
2022-06-02fix: pass user opts to planets picker (#1983)Anton
2022-06-02fix: error in action.close when picker.original_win_id is not valid (#1982)Jędrzej Boczar
2022-06-01fix: cursor move in actions.insert_symbol_i (#1979)Fabian David Schmidt
2022-05-29fix(builtin.commands): action error caused by remapping : (#1972)iwataka
2022-05-25fix(git_branch): fix typo in action notification (#1966)Fabian David Schmidt
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