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.
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.