Skip to content

Commit

Permalink
update catpuccin in nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
miles- committed Mar 10, 2024
1 parent 3bafd02 commit 3199a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvim/lua/plugins/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ return {
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
'catppuccin/nvim',
name = 'catppuccin',
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
Expand Down

0 comments on commit 3199a9c

Please sign in to comment.