nvim/lua/cosmic/config/examples
Matt Leong 6eb01f3404 refactor: more autocmd api updates
* feat: add format_timeout user option
2022-03-28 14:10:47 -07:00
..
config.lua refactor: more autocmd api updates 2022-03-28 14:10:47 -07:00
editor.lua refactor: smaller config footprint 2022-01-17 13:14:12 -08:00
readme.md feat(core): move user config init to core 2022-02-06 19:01:26 -08:00

Configuration

There are two main configuraiton 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

# 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