From da0935d8556c1e795c284b9f286a442b9f7556f6 Mon Sep 17 00:00:00 2001 From: chrisgrieser Date: Mon, 2 Dec 2024 10:32:17 +0000 Subject: [PATCH] chore: auto-generate vimdocs --- doc/nvim-various-textobjs.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/nvim-various-textobjs.txt b/doc/nvim-various-textobjs.txt index a4e0a08..f70f75a 100644 --- a/doc/nvim-various-textobjs.txt +++ b/doc/nvim-various-textobjs.txt @@ -1,4 +1,4 @@ -*nvim-various-textobjs.txt* For Neovim Last change: 2024 December 01 +*nvim-various-textobjs.txt* For Neovim Last change: 2024 December 02 ============================================================================== Table of Contents *nvim-various-textobjs-table-of-contents* @@ -251,6 +251,9 @@ The `.setup()` call is optional if you are fine with the defaults below. -- display notification if a text object is not found notifyNotFound = true, + + -- only relevant when using notification plugins like `nvim-notify` + notificationIcon = "󰠱" } <