nvim/lua/cosmic/config/examples/readme.md
Adi Oporanu 44b2cf54e5
Update readme.md (#66)
Minor spelling fix
2022-05-16 06:51:59 -07:00

16 lines
409 B
Markdown

# Configuration
There are two main configuration files that you may want to create.
- cosmic/config/config.lua
- cosmic/config/editor.lua
Please look at the examples in this directory in order to get started.
## Quick Start
```bash
# from project root
cp ./lua/cosmic/config/examples/config.lua ./lua/cosmic/config/config.lua
cp ./lua/cosmic/config/examples/editor.lua ./lua/cosmic/config/editor.lua
```