Use catppuccin colorscheme

This commit is contained in:
ekzyis 2024-04-22 13:53:32 +02:00
parent 406b83c051
commit b13f15287d
4 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
require("core.mappings")
require("core.settings")
require("core.lazy")
require("core.settings")

View File

@ -1,4 +1,5 @@
{
"catppuccin": { "branch": "main", "commit": "a1439ad7c584efb3d0ce14ccb835967f030450fe" },
"lazy.nvim": { "branch": "main", "commit": "3f13f080434ac942b150679223d54f5ca91e0d52" },
"plenary.nvim": { "branch": "master", "commit": "8aad4396840be7fc42896e3011751b7609ca4119" },
"telescope.nvim": { "branch": "master", "commit": "6312868392331c9c0f22725041f1ec2bef57c751" }

View File

@ -4,3 +4,5 @@ vim.o.tabstop=2
vim.o.shiftwidth=2
-- insert spaces instead of TAB character
vim.o.expandtab=true
vim.cmd.colorscheme "catppuccin-mocha"

View File

@ -0,0 +1 @@
return { "catppuccin/nvim", name = "catppuccin", priority = 1000 }