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 -``` -