diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-11 22:52:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 17:52:18 -0400 |
commit | 8de494fff222f4fe944338875c339d309ff83d1f (patch) | |
tree | 38e8ad8fefec78c3eb27a2e3aa208ed1e57e1103 | |
parent | 3cfccc01be47259613e39196e6a6901ceecc3a0f (diff) |
README.md: update neo-tree example - remove legacy setting (#744)
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 = "*", |