From e5fcbf2fe93f87cea277e101f4529c80aeaedcf2 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Sat, 8 Nov 2025 08:11:08 -0800 Subject: add github theme and new lualine theme the github lualine theme is quite ugly, so I tweaked the default tomorrow_night theme --- dot-config/nvim/plugin/lualine.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot-config/nvim/plugin/lualine.lua') 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 = { -- cgit v1.3