Ben Smith
440684edad
break(git_files): change show_untracked default to false ( #842 )
2022-06-30 14:01:48 +02:00
Jose Veiga
e2a77a54a3
doc: use correct option name for 'only_sort_text' ( #1995 )
2022-06-12 13:03:12 +02:00
matt rice
7bc8efd77b
docs: reflect behavior of diagnostics bufnr nil ( #1879 )
2022-05-18 20:10:45 +02:00
Michael Maves
85d95dfddd
fix(builtin.tags): custom filename width ( #1842 )
2022-05-04 22:13:40 +02:00
kylo252
3f3cba430e
feat(live_grep): add glob and type filter shorthand opts ( #1695 )
2022-05-04 21:57:29 +02:00
fdschmidt93
8d1841bff5
feat: quickfixhistory picker ( #1878 )
2022-05-04 21:50:15 +02:00
milanglacier
8fe79f9d1d
feat: support for builtin.commands to show buffer commands ( #1889 )
2022-04-30 12:27:16 +02:00
Simon Hauser
e7e90466de
break: remove lsp code actions ( #1866 )
...
see :help telescope.changelog-1866 for more information
2022-04-25 22:52:00 +02:00
Simon Hauser
5045d7e5e7
feat: switch to telescope.lua ( #1873 )
...
Co-authored-by: Christian Clason <christian.clason@uni-due.de >
2022-04-25 22:34:42 +02:00
Simon Hauser
5a58b1f535
break: bump minimum required neovim version to 0.7 ( #1851 )
2022-04-22 16:08:56 +02:00
rowario
32505ece72
feat: added trim option to make_entry.gen_from_quickfix ( #1838 )
2022-04-18 09:23:07 +02:00
Simon Hauser
831f76a809
docs: add module prefix ( #1847 )
2022-04-18 08:21:00 +02:00
Simon Hauser
762d49f607
feat(lsp_references): include current line option
...
close : #1821
2022-04-09 13:17:57 +02:00
Dylan Byars
70b3e38730
docs: fix typo in builtin.pickers section ( #1792 )
2022-03-20 11:31:41 +01:00
Sean Mackesey
1e4d5e59df
feat(diagnostics): additional filter options ( #1610 )
...
- root_dir. Useful to browse only project-scoped diagnostics.
- buflisted status. Useful to exclude diagnostics from unlisted buffers, which are created by language servers that analyze the entire project/workspace (e.g. sumneko-lua).
2022-03-12 16:49:06 +01:00
tami5
ddb9e56160
feat(lsp): ignore_symbols option ( #1745 )
...
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
2022-03-11 14:41:48 +01:00
tami5
1c4cd6cdaa
feat(lsp_references): expose include_declaration option (default still true) ( #1449 )
2022-03-11 12:46:29 +01:00
James Trew
206e71d133
fix: add opts.bufnr and opts.winnr to builtin picker ( #1706 )
2022-02-14 17:39:58 +01:00
daangoossens22
3a3c9a3c8b
feat (keymaps): add configuration options ( #1703 )
2022-01-28 16:36:42 +01:00
Simon Hauser
303f3ca6f7
chore: remove deprecated shorthand functions lsp_*_diagnostics
...
From now on use Telescope diagnostics.
For more informations see `:help telescope.changelog-1553` and
`:help builtin.diagnostics`
2022-01-14 20:58:40 +01:00
fdschmidt93
015a35626d
break!: remove file_browser from builtins ( #1453 )
...
The file_browser now has been fully removed.
Please move to github.com/nvim-telescope/telescope-file-browser.nvim
for a more featureful extension that replaces the builtin file browser.
2022-01-11 22:00:31 +01:00
Ole Strøhm
24046b2361
fix: documentation for lsp_range_code_actions ( #1644 )
2022-01-09 18:47:19 +01:00
fdschmidt93
1d1da664eb
chore: deprecation notice for builtin.file_browser ( #1574 )
...
`builtin.file_browser` will be removed in favor of `telescope-file-browser.nvim`.
Primary rationale for carving out the file browser to an extension:
- Faster development
- Very expansive picker with larger feature set than builtins
2021-12-29 13:10:40 +01:00
kylo252
a1f838d436
chore: remove redundant run_builtin action ( #1589 )
2021-12-27 09:48:34 +01:00
Simon Hauser
56325fefb2
feat: migrate to Telescope diagnostics using vim.diagnostic ( #1553 )
2021-12-10 17:49:06 +01:00
Simon Hauser
61240ac75a
break: bump the minimum required neovim version to 0.6 or higher ( #1549 )
...
So we can use `vim.json` and `vim.diagnostics`.
If you aren't able to update to 0.6.* yet you should pin the previous commit.
2021-12-10 16:32:28 +01:00
Farbod Salamat-Zadeh
6b1579741a
fix: git stash entry formatting ( #1452 )
2021-12-06 21:20:37 +01:00
Julian Fricker
6a8fbb53e0
breaking: bump nvim version requirement to 0.5.1 ( #1406 )
2021-11-04 07:20:17 +01:00
Simon Hauser
f31ef36293
fix: opts.git_command for files, commits, bcommits ( #1374 )
2021-10-24 08:30:31 +02:00
fdschmidt93
c19eae901c
feat: filtering for dynamic workspace symbols ( #1336 )
...
* enable `symbols` filtering opt for builtin.dynamic_workspace_symbols
2021-10-12 18:48:55 +02:00
Patrick Ziegler
ba41f0eeb1
fix: alias cwd_only and only_cwd option for buffers and oldfiles ( #1316 )
...
* Alias cwd_only and only_cwd option for builtins
Fixes #1199
Closes #1275
2021-10-09 15:40:08 +02:00
Anthony Nichols
5f0ccf1346
feat: support <pattern> for git-for-each-ref (git_branches) ( #1248 )
2021-09-16 11:58:59 +02:00
Simon Hauser
5131df7df1
docs: rewrite readme and add missing config values + builtin opts
2021-09-16 11:12:12 +02:00
Rodrigodd
d022ccaf11
feat: lsp type definitions ( #1224 )
2021-09-12 11:36:28 +02:00
thibthib18
b4d6eb9a23
feat: git merge branch action ( #1220 )
2021-09-10 08:50:58 +02:00
Dhruv Manilawala
0cb1026b9e
perf: load builtin submodules when a picker is invoked ( #1191 )
...
* Defer requiring submodules to when a builtin picker is actually invoked
2021-09-09 17:28:25 +02:00
fdschmidt93
5d37c3ea08
feat: allow caching and resuming picker ( #1051 )
...
* expose `cache_picker` in telescope.setup to configure caching, see `:h telescope.defaults.cache_picker`
* add builtin.resume and builtin.pickers picker
2021-09-01 18:17:18 +02:00
Logan Connolly
b0c04c62b5
feat: add utility for fetching buffer directory ( #902 )
2021-09-01 16:52:45 +02:00
Simon Hauser
8381a215e0
hotfix: should have been there but wasnt
...
ref: https://github.com/nvim-telescope/telescope.nvim/issues/1145#issuecomment-903161099
2021-08-21 21:13:09 +02:00
Simon Hauser
1c276f5539
fix(pickers): config mappings ( #1147 )
...
This happens because we removed our packed deepcopy. So i refactored
this part to not do a deepcopy
2021-08-21 21:02:38 +03:00
Simon Hauser
364d795d22
fix: some improvements for telescope.symbols if run in insert mode ( #1117 )
...
- keep insert if run in insert mode
- also look in `.local/share/nvim/telescope/symbols/*.json` for symbols
can be overriden with `symbol_path`
2021-08-21 16:48:19 +02:00
Simon Hauser
2c573b9d12
fix: picker config ( #1094 )
2021-08-09 21:28:16 +02:00
Simon Hauser
e7362e9996
chore: reformat docs after tree-sitter-lua changes
2021-08-04 22:41:18 +02:00
zeertzjq
d7cdfcbeb6
feat: add option jump_type to lsp_definitions and lsp_implementations ( #1077 )
2021-08-04 22:33:13 +02:00
zeertzjq
654903fc04
fix: preview the correct man page section ( #1076 )
2021-08-04 22:19:39 +02:00
Nazeeh ElDirghami
ca195e32e0
feat: live_grep and grep_string function for additional opts (allow file mask) ( #1017 )
2021-08-04 09:07:04 +02:00
Luke Kershaw
f8caad1d6b
fix: fix file_browser on windows and potentially other file opens ( #1026 )
2021-08-03 11:08:42 +02:00
Joel Palmer
b742c50bf1
feat: add git reset action for git commits picker ( #999 )
2021-07-30 00:16:45 +03:00
Lee Marlow
82f4d3028b
feat: add no_ignore option to find_files ( #1010 )
...
Allow find_files to find files ignored by .gitignore
and other ignore files. This is supported by fd, rg, and fdfind.
2021-07-29 12:45:19 +03:00
Simon Hauser
79644ab677
chore: use stylua for formatting ( #1040 )
...
* chore: stylua job and config
* reformat with stylua
2021-07-23 11:42:37 -04:00