fix:(theme): fix default theme reference
This commit is contained in:
parent
2b290d5dda
commit
2860270a13
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue