Skip to content

Commit

Permalink
fix theme setup not working
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxigua-1 committed Dec 26, 2024
1 parent 3e7b4db commit b5277fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ return {
transparent_background = true,
})

vim.cmd.colorscheme("catppuccin")
vim.cmd([[colorscheme catppuccin]])
end,
},
{
Expand Down

0 comments on commit b5277fb

Please sign in to comment.