Update nvim config

This commit is contained in:
ak56 2024-05-09 20:51:41 -04:00
parent 2c989c5def
commit 84f5fadb05
4 changed files with 44 additions and 6 deletions

View file

@ -82,7 +82,7 @@ In the file: `lua/custom/plugins/filetree.lua`, add:
```lua
-- Unless you are still migrating, remove the deprecated commands from v1.x
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
-- vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
return {
"nvim-neo-tree/neo-tree.nvim",