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 | 14d0506334bcf4f96d22122a8647d31462c9792e (patch) | |
| tree | 990c1d02a9223bb43cabe1d58e0e30a10683fbf3 /nvim | |
| parent | f77436f3bf08ec02d4c8933e1b1133e6ff8d6fb4 (diff) | |
| download | dots-14d0506334bcf4f96d22122a8647d31462c9792e.tar.gz | |
README.md: update neo-tree example - remove legacy setting (#744)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/README.md b/nvim/README.md index 9ed1912..36920a7 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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 = "*", |