summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFolke Lemaitre <folke.lemaitre@gmail.com>2023-01-09 12:04:17 +0100
committerGitHub <noreply@github.com>2023-01-09 12:04:17 +0100
commit0dc68e0a21178dabe6dbe5030d847d041922016f (patch)
treed3992c73ee5a61a8f8e0a65a066e1ef67e1e5ac2
parentecf7a83181714e55f3bf8bf374cda3d2072f419d (diff)
docs: fixed tree
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 338eac8..9139e6e 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,7 @@ Refer to the comments in the files on how to customize **LazyVim**.
│   │   ├── lazy.lua
│   │   └── options.lua
│   └── plugins
-│   ├── editor.lua
-│   ├── lsp.lua
-│   └── treesitter.lua
+│   └── example.lua
├── init.lua
└── stylua.toml
</pre>