commit 0dc68e0a21178dabe6dbe5030d847d041922016f parent ecf7a83181714e55f3bf8bf374cda3d2072f419d Author: Folke Lemaitre <folke.lemaitre@gmail.com> Date: Mon, 9 Jan 2023 12:04:17 +0100 docs: fixed tree Diffstat:
M | README.md | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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>