aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-03-11 23:01:01 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-03-11 23:01:01 +0100
commit2238a5d19188e5ee0ef5f21e20af48c49fc12c21 (patch)
treedb4e9b7d8d07f9693fbadf4e1db93943874f53a4 /README.md
parent8f85ac8a746a6b0071b691a51a17cb3b1602fd46 (diff)
parent8de494fff222f4fe944338875c339d309ff83d1f (diff)
Merge 'upstream' README.md: update neo-tree example - remove legacy setting
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9ed7944..fdcbb9b 100644
--- a/README.md
+++ b/README.md
@@ -142,9 +142,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 = "*",