From 35fc70735c2563de7dbbc6c4bdff3e91f2f8957c Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 4 Apr 2026 14:53:20 -0400 Subject: Remove lualine and nabla plugin config --- nvim/lua/plugins/lualine.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nvim/lua/plugins/lualine.lua (limited to 'nvim/lua/plugins/lualine.lua') diff --git a/nvim/lua/plugins/lualine.lua b/nvim/lua/plugins/lualine.lua deleted file mode 100644 index a73c619..0000000 --- a/nvim/lua/plugins/lualine.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - 'nvim-lualine/lualine.nvim', - dependencies = { 'nvim-tree/nvim-web-devicons' }, - enabled = false, - opts = { - options = { - theme = 'auto', - globalstatus = true, - }, - }, -} -- cgit v1.2.3