Skip to content

Commit 593824c

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
README.md: update neo-tree example - remove legacy setting (nvim-lua#744)
1 parent 4e82ab6 commit 593824c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ This will install the tree plugin and add the command `:Neotree` for you. For mo
140140
In the file: `lua/custom/plugins/filetree.lua`, add:
141141

142142
```lua
143-
-- Unless you are still migrating, remove the deprecated commands from v1.x
144-
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
145-
146143
return {
147144
"nvim-neo-tree/neo-tree.nvim",
148145
version = "*",

0 commit comments

Comments
 (0)