From b80deea8857e74a9843f4d8af59b042aa94edde9 Mon Sep 17 00:00:00 2001 From: Std-Enigma Date: Tue, 25 Jun 2024 13:18:11 +0330 Subject: [PATCH] docs: updated README add more information about trouble.nvim integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 409f539..191c119 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ You may also need to install the following: - [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) (finder) - [devicons](https://github.com/kyazdani42/nvim-web-devicons) (icons) - [sed](https://www.gnu.org/software/sed/) (replace tool) +- [trouble.nvim](https://github.com/folke/trouble.nvim) (improved quickfix list) ### MacOs @@ -282,6 +283,7 @@ require('spectre').setup({ } }, replace_vim_cmd = "cdo", + use_trouble_qf = false, -- use trouble.nvim as quickfix list is_open_target_win = true, --open file on opener window is_insert_mode = false, -- start open panel on is_insert_mode is_block_ui_break = false -- mapping backspace and enter key to avoid ui break