summaryrefslogtreecommitdiff
path: root/config/nvim/lua/plugins/core.lua
blob: 84bb0c8f40ab665c22eb626dccf8af93d2d2d897 (plain)
1
2
3
4
5
6
7
8
return {
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "catppuccin-macchiato",
    },
  },
}