aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-03-11 22:52:18 +0100
committerGitHub <noreply@github.com>2024-03-11 17:52:18 -0400
commit8de494fff222f4fe944338875c339d309ff83d1f (patch)
tree38e8ad8fefec78c3eb27a2e3aa208ed1e57e1103
parent3cfccc01be47259613e39196e6a6901ceecc3a0f (diff)
README.md: update neo-tree example - remove legacy setting (#744)
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9ed1912..36920a7 100644
--- a/README.md
+++ b/README.md
@@ -140,9 +140,6 @@ This will install the tree plugin and add the command `:Neotree` for you. For mo
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 ]])
-
return {
"nvim-neo-tree/neo-tree.nvim",
version = "*",