Merge branch 'main' into v0.7

This commit is contained in:
raf 2024-08-12 00:10:03 +00:00 committed by GitHub
commit 3ca7e3b841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 67 additions and 78 deletions

View file

@ -169,10 +169,10 @@ vim.maps."<leader>m" = {
- 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
- 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
- `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.