From 1104ab3a57e9851ef1db227acae1c9ab63c812f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Oct 2023 09:43:40 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/trouble.nvim.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/trouble.nvim.txt b/doc/trouble.nvim.txt index 2e0600cf..202b38d5 100644 --- a/doc/trouble.nvim.txt +++ b/doc/trouble.nvim.txt @@ -1,4 +1,4 @@ -*trouble.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 August 30 +*trouble.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 07 ============================================================================== Table of Contents *trouble.nvim-table-of-contents* @@ -81,8 +81,8 @@ Trouble comes with the following defaults: icons = true, -- use devicons for filenames mode = "workspace_diagnostics", -- "workspace_diagnostics", "document_diagnostics", "quickfix", "lsp_references", "loclist" severity = nil, -- nil (ALL) or vim.diagnostic.severity.ERROR | WARN | INFO | HINT - fold_open = "", -- icon used for open folds - fold_closed = "", -- icon used for closed folds + fold_open = "", -- icon used for open folds + fold_closed = "", -- icon used for closed folds group = true, -- group results by file padding = true, -- add an extra new line on top of the list cycle_results = true, -- cycle item list when reaching beginning or end of list @@ -121,11 +121,11 @@ Trouble comes with the following defaults: include_declaration = { "lsp_references", "lsp_implementations", "lsp_definitions" }, -- for the given modes, include the declaration of the current symbol in the results signs = { -- icons / text used for a diagnostic - error = "", - warning = "", - hint = "", - information = "", - other = "", + error = "", + warning = "", + hint = "", + information = "", + other = "", }, use_diagnostic_signs = false -- enabling this will use the signs defined in your lsp client }