catppuccin.lua 178 B

123456789101112
  1. return {
  2. {
  3. "catppuccin/nvim",
  4. lazy = false,
  5. name = "catppuccin",
  6. priority = 1000,
  7. config = function()
  8. vim.cmd.colorscheme "catppuccin"
  9. end
  10. }
  11. }