Skip to content

Commit

Permalink
README.md: update neo-tree example - remove legacy setting (nvim-lua#744
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dam9000 committed Mar 11, 2024
1 parent 3cfccc0 commit 8de494f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*",
Expand Down

0 comments on commit 8de494f

Please sign in to comment.