summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/lualine.lua
blob: 21881b9b3f2d8dad3d1f598204a6716f00064e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  {
    "nvim-lualine/lualine.nvim",
    dependencies = { "nvim-tree/nvim-web-devicons" },
    opts = {
      options = {
        theme = "catppuccin",
      },
    },
  },
}