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
|
-- these settings will be merged with any settings definined in config.lua
|
||||||
local default_config = {
|
local default_config = {
|
||||||
-- theme = 'Catppuccino.nvim',
|
-- theme = 'Catppuccino',
|
||||||
theme = 'tokyonight.nvim',
|
theme = 'tokyonight',
|
||||||
lsp = {
|
lsp = {
|
||||||
format_on_save = true, -- true/false or table of filetypes {'.ts', '.js',}
|
format_on_save = true, -- true/false or table of filetypes {'.ts', '.js',}
|
||||||
rename_notification = true,
|
rename_notification = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue