From 2860270a136a403bfa06a4cb62476977507bd76a Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Tue, 16 Nov 2021 06:54:53 -0800 Subject: [PATCH] fix:(theme): fix default theme reference --- lua/cosmic/config/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,