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 authored and hchienjo committed Oct 19, 2024
1 parent cf52991 commit 2deb043
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 2deb043

Please sign in to comment.