From a3538be255a2692464ead248d762e56297a85f17 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 11 Aug 2024 21:11:36 +0000 Subject: [PATCH] deploy: de20ff2c5176bf4b27ab436c091983b4a34eb1a2 --- release-notes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.html b/release-notes.html index 27c59f8..0de92a0 100644 --- a/release-notes.html +++ b/release-notes.html @@ -186,9 +186,9 @@ currently open.

  • Remove vim-tidal and friends.

  • Add [ts-ereror-translator.nvim] extension of the TS language module, under vim.languages.ts.extensions.ts-error-translator to aid with Typescript development.

  • Add [neo-tree.nvim] as an alternative file-tree plugin. It will be available -under vim.filetree.neo-tree, similar to nvimtree.

  • Add print-nvf-config & print-nvf-config-path helper scripts to Neovim +under vim.filetree.neo-tree, similar to nvimtree.

  • Add nvf-print-config & nvf-print-config-path helper scripts to Neovim closure. Both of those scripts have been automatically added to your PATH upon -using neovimConfig or programs.nvf.enable.

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

    • print-nvf-config-path will display the path to a clone of your +using neovimConfig or 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.