Skip to content
Snippets Groups Projects
Verified Commit b4add8f8 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

use catppuccin

parent 3c6e7d11
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ vim.api.nvim_create_autocmd('TextYankPost', {
pattern = '*',
})
vim.cmd.colorscheme("rose-pine")
vim.cmd.colorscheme("catppuccin")
-- Highlight trailing whitespaces
vim.api.nvim_create_autocmd({ "BufEnter", "WinEnter" }, {
......
{
"aerial.nvim": { "branch": "master", "commit": "ddd25f57e5205b36bc2e939c486b47818bef9ec3" },
"blink.cmp": { "branch": "main", "commit": "ae5a4ce8f7e519e49de7ae6fcadd74547f820a52" },
"catppuccin": { "branch": "main", "commit": "1bf070129c0b6f77cc23f6a2212dcdc868308c52" },
"cloak.nvim": { "branch": "main", "commit": "648aca6d33ec011dc3166e7af3b38820d01a71e4" },
"colorbuddy.nvim": { "branch": "master", "commit": "8b968581e5c19d22a861d5f3fe5dbd83394fa681" },
"echo.nvim": { "branch": "main", "commit": "c5bec0f58d561fb47510241f635c80b86094aebf" },
......
......@@ -3,5 +3,6 @@ return {
{ "rebelot/kanagawa.nvim" },
{ 'flazz/vim-colorschemes' },
{ "tjdevries/colorbuddy.nvim" },
{ "rose-pine/neovim", name = "rose-pine" }
{ "rose-pine/neovim", name = "rose-pine" },
{ "catppuccin/nvim", name = "catppuccin" },
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment