fix:(theme): fix default theme reference

This commit is contained in:
Matt Leong 2021-11-16 06:54:53 -08:00
parent 2b290d5dda
commit 2860270a13

View file

@ -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,