chore: put color option in theme file

This commit is contained in:
Yorick Barbanneau 2024-04-06 01:05:05 +02:00
parent 8a8c63ac4b
commit 8710f5fa25
2 changed files with 1 additions and 1 deletions

View file

@ -3,4 +3,5 @@ require("catppuccin").setup {
neotree = true
}
}
vim.opt.termguicolors = true -- 24 bits color support
vim.cmd.colorscheme "catppuccin"