From 4aaacbf5e5e2218fd05eb75703fe9e0f85335803 Mon Sep 17 00:00:00 2001 From: ehrenschwan Date: Fri, 12 Jan 2024 13:11:00 +0100 Subject: [PATCH] fix: typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c79a73934..022846848 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ This means the signs placed in the buffer reflect the changes introduced by that ### [trouble.nvim] -If installed and enabled (via `config.trouble`; defaults to true if installed), `:Gitsigns setqflist` or `:Gitsigns seqloclist` will open Trouble instead of Neovim's built-in quickfix or location list windows. +If installed and enabled (via `config.trouble`; defaults to true if installed), `:Gitsigns setqflist` or `:Gitsigns setloclist` will open Trouble instead of Neovim's built-in quickfix or location list windows. ### [lspsaga.nvim]