![]() * feat: init lazy.nvim * refactor: easy plugin init * feat: user defined plugins * refactor: clean up user config * refactor: clean up lsp plugins * fix: lsp signature * fix: null ls user config * feat: replace commands * feat: optimize lazy loading * fix: lsp_signature working * fix: documentation hover/sig help * fix: autopairs * feat: clean up luasnips * fix auto complete * moar laziness * feat: add markdown_inline to ensured_installed for TS * clean up * clean up auto-session |
||
---|---|---|
.. | ||
config.lua | ||
editor.lua | ||
readme.md |
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