Skip to content

Commit 3199a9c

Browse files
committed
update catpuccin in nvim
nvim-lua/kickstart.nvim#715
1 parent 3bafd02 commit 3199a9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nvim/lua/plugins/catppuccin.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ return {
66
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
77
'catppuccin/nvim',
88
name = 'catppuccin',
9-
lazy = false, -- make sure we load this during startup if it is your main colorscheme
109
priority = 1000, -- make sure to load this before all the other start plugins
11-
config = function()
10+
init = function()
1211
-- Load the colorscheme here.
1312
-- Like many other themes, this one has different styles, and you could load
1413
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.

0 commit comments

Comments
 (0)