summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-30feat: add min max boundary to width, hight resolver (#2002)Simon Hauser
2022-06-30feat: clear previewer if no item is selected (#2004)Simon Hauser
2022-06-30feat(rg): pass multiple globs to rg by default (#2003)Anton
2022-06-30fix(current_buffer_tags): tag-relative=never (#1970)Dane Summers
2022-06-30feat(builtin.lsp): implement builtin handlers for ↵Manuel
lsp.(incoming|outgoing)_calls (#1484) Fixes #863
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
drops `ignore_filename`, use `path_display= { "hidden" }` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-06-30feat: add `--follow` to bcommits (#1997)Brian Di Palma
Yes the diff to parent preview will be blank but at the very least a user can follow a file around various moves and get access to the SHA-ID for the move.
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 ↵TheMeaningfulEngineer
Picker:delete_selection (#1943)
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
Also make type, scope and value searchable
2022-06-30chore: remove media and scratch directorySimon 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
Fixes the crash below by sanitizing the title to not include the linebreak (replacing it by a "\n" string) stack traceback: [C]: in function 'nvim_buf_set_lines' .../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:222: in function '__align_calc_config' .../nvim/plugged/plenary.nvim/lua/plenary/window/border.lua:266: in function 'new' ...are/nvim/plugged/plenary.nvim/lua/plenary/popup/init.lua:384: in function 'create' ...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:326: in function '_create_window' ...re/nvim/plugged/telescope.nvim/lua/telescope/pickers.lua:399: in function 'find' ...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:151: in function 'v' ...m/plugged/telescope.nvim/lua/telescope/builtin/files.lua:475: in function 'v' ...im/plugged/telescope.nvim/lua/telescope/builtin/init.lua:487: in function 'grep_string' Fixes #2023
2022-06-18chore: PR template (#2012)Simon Hauser
* chore: PR template * slim it down
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
Telescope creates most floating windows with `noautocmd = true`, so these windows do not trigger autocommands, but preview buffer is set in window using `nvim_win_set_buf()`, which triggers buffer autocommands. This may be unwanted, so block them using 'eventignore'.
2022-06-15docs: README "setup/"set up" grammar (#2009)Henrik Nyh
https://thepugautomatic.com/2014/08/login-setup/
2022-06-13fix: TelescopePreviewerLoaded (#2005)Simon Hauser
2022-06-12doc: use correct option name for 'only_sort_text' (#1995)Jose Veiga
2022-06-06fix: fix quotes in README.md (#1986)Kevin Lee
2022-06-02fix: health for neovim nightly (#1984)Simon Hauser
The `health` module was moved to `vim.health` in neovim/neovim#18720
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-25chore: update FUNDING.yml (#1964)fdschmidt93
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
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
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
Should fix marks when going through builtin.builtin
2022-05-15fix: correctly use nvim-web-devicons (#1937)xeluxee
Also performance improvements for utils.path_tail
2022-05-12feat(entry_display): expose prompt_bufnr opt (#1934)fdschmidt93
Required for `vim.ui.input` with file_browser extension when prompt_bufnr may be left intermittently
2022-05-09feat(docs): simplified architecture flow chart (#1925)fdschmidt93
`:h telescope.nvim` now shows an overview of the telescope architecture
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