nvim/lua/cosmic/config/examples
Matthew Leong 1f9910235e feat: v0.7
2024-10-22 09:11:00 -07:00
..
config.lua feat: v0.7 2024-10-22 09:11:00 -07:00
editor.lua feat: init toggleterm 2024-06-09 23:45:05 -07:00
readme.md Update readme.md (#66) 2022-05-16 06:51:59 -07:00

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

# 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