diff --git a/lua/cosmic/config/init.lua b/lua/cosmic/config/init.lua index 19570bc..794334a 100644 --- a/lua/cosmic/config/init.lua +++ b/lua/cosmic/config/init.lua @@ -7,8 +7,8 @@ end -- these settings will be merged with any settings definined in config.lua local default_config = { - -- theme = 'Catppuccino.nvim', - theme = 'tokyonight.nvim', + -- theme = 'Catppuccino', + theme = 'tokyonight', lsp = { format_on_save = true, -- true/false or table of filetypes {'.ts', '.js',} rename_notification = true,