diff --git a/init.lua b/init.lua index f24d2631..a7a3806d 100644 --- a/init.lua +++ b/init.lua @@ -70,6 +70,7 @@ require('lazy').setup({ -- NOTE: First, some plugins that don't require any configuration { 'echasnovski/mini.animate', version = false }, + { "catppuccin/nvim", name = "catppuccin", priority = 1000 }, -- Git related plugins 'tpope/vim-fugitive', @@ -992,5 +993,7 @@ cmp.setup { }, } +vim.cmd.colorscheme "catppuccin" + -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et diff --git a/lazy-lock.json b/lazy-lock.json index 21adefe6..5df7d4c6 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,6 +1,7 @@ { "Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" }, "LuaSnip": { "branch": "master", "commit": "f3b3d3446bcbfa62d638b1903ff00a78b2b730a1" }, + "catppuccin": { "branch": "main", "commit": "c0de3b46811fe1ce3912e2245a9dfbea6b41c300" }, "cmp-nvim-lsp": { "branch": "main", "commit": "5af77f54de1b16c34b23cba810150689a3a90312" }, "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" },