nvim
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
vim.pack.add({"https://github.com/catppuccin/nvim"})
|
||||
|
||||
vim.cmd("colorscheme catppuccin")
|
||||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000, -- Load before other plugins so colorscheme is set first
|
||||
config = function()
|
||||
vim.cmd("colorscheme catppuccin")
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user