From 3156374ee40267040c08fc0c4361652daf20b82d Mon Sep 17 00:00:00 2001 From: christy-lumberg Date: Tue, 4 Nov 2025 08:06:42 +0000 Subject: [PATCH] removed example layout --- example-layout.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 example-layout.md diff --git a/example-layout.md b/example-layout.md deleted file mode 100644 index f2b1f9d..0000000 --- a/example-layout.md +++ /dev/null @@ -1,16 +0,0 @@ - -This is a nice example layout that I think would be a reasonable -way to layout my neovim configuration. - -``` -~/.config/nvim/ -├── init.lua -└── lua - ├── core - │   ├── keymaps.lua - │   └── options.lua - └── plugins - └── plugin.lua - └── configs.lua -``` -