dotfiles/home/private_dot_config/astronvim/lua/user/init.lua

12 lines
319 B
Lua
Raw Normal View History

2022-11-11 21:41:26 -06:00
local config = {
colorscheme = "catppuccin",
-- This function is run last and is a good place to configuring
-- augroups/autocommands and custom filetypes also this just pure lua so
-- anything that doesn't fit in the normal config locations above can go here
--polish = function()
--end,
}
return config