Update generated neovim config
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
- configurable **signs**
|
||||
- open todos in a **quickfix** list
|
||||
- open todos in [Trouble](https://github.com/folke/trouble.nvim)
|
||||
- search todos with [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
||||
- search todos with [Telescope](https://github.com/nvim-telescope/telescope.nvim) & [FzfLua](https://github.com/ibhagwan/fzf-lua)
|
||||
|
||||
## ⚡️ Requirements
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
+ [ripgrep](https://github.com/BurntSushi/ripgrep) and [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) are used for searching.
|
||||
+ [Trouble](https://github.com/folke/trouble.nvim)
|
||||
+ [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
||||
+ [FzfLua](https://github.com/ibhagwan/fzf-lua)
|
||||
|
||||
## 📦 Installation
|
||||
|
||||
@ -184,6 +185,9 @@ Search through all project todos with Telescope
|
||||
|
||||

|
||||
|
||||
> [!Note]
|
||||
> The same can be done with `:TodoFzfLua`
|
||||
|
||||
<!-- markdownlint-disable-file MD033 -->
|
||||
<!-- markdownlint-configure-file { "MD013": { "line_length": 120 } } -->
|
||||
<!-- markdownlint-configure-file { "MD004": { "style": "sublist" } } -->
|
||||
|
||||
Reference in New Issue
Block a user