From b4df434aeacf35de93f825e64c84abce641c11f1 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 20 Jul 2024 13:02:29 +0000 Subject: [PATCH] deploy: 8b15271f6364286e11aa6c1f9fda8e02c3ec581b --- release-notes.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release-notes.html b/release-notes.html index 3d2cf4c..e9288fc 100644 --- a/release-notes.html +++ b/release-notes.html @@ -186,7 +186,11 @@ 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.

  • +under vim.filetree.neo-tree, similar to nvimtree.

  • Add print-nvf-config & print-nvf-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 +init.lua. This is not the path used by the Neovim wrapper, but an +identical clone.