Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
add more information about trouble.nvim integration
  • Loading branch information
Std-Enigma committed Jun 25, 2024
1 parent 17da210 commit b80deea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b80deea

Please # to comment.