first commit
This commit is contained in:
15
profiles/desktop/.config/nvim/lua/plugins/catppuccin.lua
Normal file
15
profiles/desktop/.config/nvim/lua/plugins/catppuccin.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
'catppuccin/nvim',
|
||||
name = 'catppuccin',
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('catppuccin').setup({
|
||||
flavour = 'mocha', -- latte, frappe, macchiato, mocha
|
||||
transparent_background = true, -- disables setting the background color.
|
||||
})
|
||||
|
||||
-- setup must be called before loading
|
||||
vim.cmd.colorscheme('catppuccin')
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user