diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-11 23:01:01 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-11 23:01:01 +0100 |
commit | 2238a5d19188e5ee0ef5f21e20af48c49fc12c21 (patch) | |
tree | db4e9b7d8d07f9693fbadf4e1db93943874f53a4 /README.md | |
parent | 8f85ac8a746a6b0071b691a51a17cb3b1602fd46 (diff) | |
parent | 8de494fff222f4fe944338875c339d309ff83d1f (diff) |
Merge 'upstream' README.md: update neo-tree example - remove legacy setting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 = "*", |