daangoossens22
6c275e2f6a
fix (autocommands): doesn't show all autocommands ( #1717 )
2022-01-28 16:31:39 +01:00
Chinmay Dalal
2553236fe1
fix(lsp): add missing offset encoding ( #1718 )
2022-01-28 16:15:21 +01:00
Chinmay Dalal
0011b1148d
fix: add offset encoding to vim.lsp.util.locations_to_items() call ( #1694 )
2022-01-18 08:10:15 +01:00
Richard Mathieson
2cb7e11cc1
fix: add offset encoding to apply_workspace_edit call ( #1697 )
2022-01-18 08:07:29 +01:00
daangoossens22
d173740bb4
feat: make results pane of builtin keymaps more readable ( #1684 )
2022-01-14 21:13:32 +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
Chinmay Dalal
3bf4d4b4d0
fix (nightly): add offset encoding to vim.lsp.util.jump_to_location() call ( #1688 )
2022-01-14 16:54:23 +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
Simon Hauser
e8ef88bfcb
fix(builtin.treesitter): make sure that kind is not nil
...
If kind is nil then prefilter throws an error
fix #1631
2022-01-09 19:03:53 +01:00
Ole Strøhm
24046b2361
fix: documentation for lsp_range_code_actions ( #1644 )
2022-01-09 18:47:19 +01:00
pedro757
f06dd06bb1
fix: support find_command along with shorthand options ( #1642 )
2022-01-06 22:45:09 +01:00
Sebastian Lyng Johansen
a01ebd2793
fix: picker for keymaps error with new api for keymaps ( #1646 )
2022-01-03 08:41:39 +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
Simon Hauser
88437804e1
chore: remove dot at the beginning ( #1552 )
...
We added this for rg 13.0 release because it was needed but it doesnt
seem to be needed anymore. Weird
This might be due to some changes in neovim or due to changes to jobs
2021-12-27 09:51:41 +01:00
kylo252
a1f838d436
chore: remove redundant run_builtin action ( #1589 )
2021-12-27 09:48:34 +01:00
fdschmidt93
ebd2eb0337
feat(diagnostics): workspace or document in title ( #1619 )
2021-12-27 09:39:41 +01:00
Luke Kershaw
9aaaa0c5f3
fix: builtin only have entries for extension functions ( #1587 )
...
* fix: `builtin` only have entries for extension functions
* fix: add check for underscore and explanation of which functions included
2021-12-19 17:55:50 +00: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
h0adp0re
82e3cc322a
fix: current_buffer_fuzzy_find in vue files ( #1561 )
2021-12-06 15:17:58 +01:00
Jun
182c43b9d1
fix: lsp concatenate err ( #1558 )
2021-12-05 16:25:49 +01:00
Simon Hauser
16b0188cf5
fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling is_enabled
2021-12-05 08:19:23 +01:00
Simon Hauser
60a4ce080f
fix: dont change highlights when using current_buffer_fuzzy_find ( #1524 )
...
this happens if parsers are installed but highlight is set to false.
So parsing the buffer with treesitter will automatically apply them to
the buffer but because treesitter highlighting is disabled it will
change the buffer. Its stupid and i dont know why you want parser
installed but highlighting disabled but whatever.
We just dont calculate highlights for people who have highlight set
to false
2021-12-03 14:46:53 +01:00
Simon Hauser
4b3efd2341
fix: lsp_workspace_symbols ( #1535 )
2021-12-02 18:00:26 +01:00
Chinmay Dalal
7462999202
fix: make lsp_* async ( #1506 )
2021-12-02 07:51:13 +01:00
Luke Kershaw
e9743620ce
fix: use string.format on builtin.resume error message ( #1465 )
2021-11-18 19:44:16 +01:00
fdschmidt93
e77926a258
chore: reformat files.lua after stylua update ( #1456 )
2021-11-15 20:03:14 +01:00
klausweiss
b2f16c788e
fix: LSP code actions not working for some language servers ( #1381 )
2021-11-13 14:11:08 +01:00
Pranav Rao
3309526566
feat(worktrees): added support for bare repo git operations ( #1370 )
2021-11-13 14:09:47 +01:00
fdschmidt93
97842abb03
fix: revert buffers previewer ( #1400 )
...
* Reverts #1120 many issues arise (mru, highlighting, settings inheritance, ...) when previewing actual buffers
2021-11-04 07:55:32 +01:00
Julian Fricker
6a8fbb53e0
breaking: bump nvim version requirement to 0.5.1 ( #1406 )
2021-11-04 07:20:17 +01:00
Denis Cornehl
99a3988d6e
fix: buitin.tags broke when tags-file was in wildignore ( #1387 )
...
regression from
6f829bf6bc333809dd97e532dbc88a7fcf297b02
https://github.com/nvim-telescope/telescope.nvim/pull/1122
2021-10-28 12:34:46 +02:00
Simon Hauser
f31ef36293
fix: opts.git_command for files, commits, bcommits ( #1374 )
2021-10-24 08:30:31 +02:00
A. Schueler
09b0d87b9f
fix: Exclude unlisted lsp buffers in oldfiles picker ( #1219 )
...
Files opened by LSPs are listed with a trailing `line 0` instead of a date like files opened by the user.
Use this behavior to filter out buffers that should not be displayed in oldfiles.
2021-10-24 08:22:56 +02:00
Rafael Delboni
b5c63c6329
fix: Bug with nil action error ( #1340 )
...
only affects 0.5.1
2021-10-12 23:17:42 +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
fdschmidt93
45051df61b
fix: loclist can have non current buf entries ( #1333 )
2021-10-12 14:42:41 +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
Simon Hauser
ec6c13fc09
fix: code action for rust analyzer ( #1311 )
2021-10-07 13:49:14 +02:00
Jonas Strittmatter
4e629cdea1
fix: show error message when nothing is selected ( #1289 )
...
* fix: always show error message when nothing is selected
This continues the fixes done in 4816a27d76 (ref #1283 )
* Use correct variable name (selection) and add one more nil check
* Fix indentation
2021-09-27 20:45:27 +01:00
Simon Hauser
4816a27d76
fix: print error mesage and dont close telescope if nothing is selected ( #1285 )
2021-09-26 12:59:24 +02:00
Rafael A. Madriz
f6480b0ecb
fix: help_tags if file_ignore_patterns = { "doc" } is set ( #1279 )
2021-09-22 18:07:48 +02:00
Jose Alvarez
a005e58a48
fix(lsp): check if action.command.arguments is nil ( #1274 )
2021-09-22 08:37:45 +02:00
Javier Lopez
ca05f8955c
fix(builtin): internal.help_tags not finding all tags ( #1258 )
...
After changes on &rtp in neovim/neovim it's neccessary to use
`nvim_get_runtime_file` to actually find all the runtime files.
2021-09-19 10:26:00 +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
Matsu
aaffa84ebb
feat: Remove version field if zero from codeaction calls ( #738 )
...
should fix code actions for jdtls
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com >
2021-09-15 18:31:51 +02:00
Chase Colman
978366ba46
fix: add no more flags delimiter for ripgrep ( #1217 )
...
This matches the behavior of fzf, if a user needs to pass additional
arguments they can use additional_args or change vimgrep_arguments.
2021-09-12 11:37:04 +02:00
Rodrigodd
d022ccaf11
feat: lsp type definitions ( #1224 )
2021-09-12 11:36:28 +02:00