diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-11-08 08:11:08 -0800 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-11-08 08:11:08 -0800 |
| commit | e5fcbf2fe93f87cea277e101f4529c80aeaedcf2 (patch) | |
| tree | 1f0f425f3466d295eadb0ee1d209dedd70b83317 /dot-config/nvim/plugin/lualine.lua | |
| parent | 3e32ab3574e5fbb7707c33a1843558e0b2915a0c (diff) | |
add github theme and new lualine theme
the github lualine theme is quite ugly, so I tweaked the default
tomorrow_night theme
Diffstat (limited to 'dot-config/nvim/plugin/lualine.lua')
| -rw-r--r-- | dot-config/nvim/plugin/lualine.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-config/nvim/plugin/lualine.lua b/dot-config/nvim/plugin/lualine.lua index b605786..79e3805 100644 --- a/dot-config/nvim/plugin/lualine.lua +++ b/dot-config/nvim/plugin/lualine.lua @@ -4,10 +4,13 @@ vim.pack.add({ local wc = require("wordcount") +local theme = require("my-lualine-theme") + require("lualine").setup({ options = { component_separators = "", section_separators = "", + theme = theme, }, sections = { lualine_y = { |
