From 7a6f2d96c8e6352dec6bee749e99db3686f8924f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 24 Jan 2025 13:33:37 +0000 Subject: Add telescope UI & refactor config --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/lualine.lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 824ede3..556212f 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -2,7 +2,7 @@ return { 'nvim-lualine/lualine.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, config = true, - options = { + opts = { theme = auto } } -- cgit