From c70759274ba4cd4532bba7a4ce7d61b01634df77 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Wed, 11 Feb 2026 21:41:36 -0500 Subject: 2026 --- lua/plugins/lualine.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/plugins/lualine.lua (limited to 'lua/plugins/lualine.lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua new file mode 100644 index 0000000..71ff826 --- /dev/null +++ b/lua/plugins/lualine.lua @@ -0,0 +1,11 @@ +return { + 'nvim-lualine/lualine.nvim', + dependencies = { 'nvim-tree/nvim-web-devicons' }, + opts = { + options = { + theme = "gruvbox_dark", + component_separators = { left = '', right = ''}, + section_separators = { left = '', right = ''}, + } + }, +} -- cgit v1.2.3-54-g00ecf