nvim/init.lua
Matt Leong d4e314928d feat(config): add new config file
* Added efm formatter options
* Auto install lsp servers
2021-10-24 15:11:04 -07:00

5 lines
120 B
Lua

local ok, err = pcall(require, 'cosmic')
if not ok then
error(string.format('Error loading core...\n\n%s', err))
end