From a3538be255a2692464ead248d762e56297a85f17 Mon Sep 17 00:00:00 2001
From: NotAShelf
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.