From 88510e83b581fbb0ca2164bfa9b2cb4bdc497ce5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 8 Sep 2024 15:45:25 +0000 Subject: [PATCH] deploy: 9eb6159ca3dc1bfb7d512528756dd1e2f1abb4ad --- options.html | 26 +++++++++++++++++++++++++- release-notes.html | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/options.html b/options.html index e27a706..47c513d 100644 --- a/options.html +++ b/options.html @@ -23165,7 +23165,7 @@ null or string

-

Find files [Telescope]

+

Find projects [Telescope]

Type: null or string

@@ -23509,6 +23509,30 @@ null or string

Default: "<leader>ft"

+

Declared by:

+ + +
+ +<nvf/modules/plugins/utility/telescope/telescope.nix> + +
+
+
+ + vim.telescope.mappings.resume + + +
+
+

Resume (previous search) [Telescope]

+ +

Type: +null or string

+ +

Default: +"<leader>fr"

+

Declared by:

diff --git a/release-notes.html b/release-notes.html index 0de92a0..eb52709 100644 --- a/release-notes.html +++ b/release-notes.html @@ -190,7 +190,7 @@ under vim.filetree.neo-tree, similar to nvimtree.programs.nvf.enable.

  • nvf-print-config will display your init.lua, in full.

  • nvf-print-config-path will display the path to a clone of your init.lua. This is not the path used by the Neovim wrapper, but an -identical clone.

+identical clone.

ppenguin:

  • Telescope:

    • Fixed project-nvim command and keybinding

    • Added default ikeybind/command for Telescope resume (<leader>fr)