nvim/lua/cosmic/config/examples/readme.md
2022-01-17 13:14:12 -08:00

18 lines
507 B
Markdown

## Configuration
There are five main configuraiton files that you may want to create.
- cosmic/config/config.lua
- cosmic/config/editor.lua
- cosmic/config/utils.lua
Please look at the examples in this directory in order to get started.
#### Quick Start
```
# 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
cp ./lua/cosmic/config/examples/utils.lua ./lua/cosmic/config/utils.lua
```