1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -1,4 +1,4 @@
*todo-comments.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 May 22
*todo-comments.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 June 12
==============================================================================
Table of Contents *todo-comments.nvim-table-of-contents*
@ -167,7 +167,7 @@ Each of the commands below accept the following arguments:
- `cwd` - Specify the directory to search for comments, like:
>vim
:TodoTrouble cwd=~/projects/foobar
:TodoTelescope cwd=~/projects/foobar
<
- `keywords` - Comma separated list of keywords to filter results by. Keywords are case-sensitive.
@ -187,10 +187,12 @@ This uses the quickfix list to show all todos in your project.
This uses the location list to show all todos in your project.
:TODOTROUBLE ~
:TROUBLE TODO ~
List all project todos in trouble <https://github.com/folke/trouble.nvim>
Use Troubles filtering: `Trouble todo filter = {tag = {TODO,FIX,FIXME}}`
See screenshot at the top