tree
output:
.
├── init.lua
├── lazy-lock.json
├── lua
│ ├── config
│ │ ├── colorscheme.lua
│ │ ├── comment-eval-later.lua.bk
│ │ ├── keys.lua
│ │ ├── lazy.lua
│ │ └── options.lua
│ └── plugins
│ ├── cmp.lua
│ ├── colorscheme.lua
│ ├── comment.lua
│ ├── movement.lua
│ ├── treesitter.lua
│ └── writing-plugins.lua
├── README.md
└── spell # If you are cloining this you should consider removing, these are just my own spelling mistakes
├── en.utf-8.add
└── en.utf-8.add.spl
5 directories, 16 files