diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2026-04-04 14:53:20 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2026-04-04 14:53:20 -0400 |
| commit | 35fc70735c2563de7dbbc6c4bdff3e91f2f8957c (patch) | |
| tree | b1563d7a4a86d33d12a7fcca2a6b74c2b67eff07 /nvim/lua/plugins/lualine.lua | |
| parent | e3962fcb430e97cf4205a46a9ed503fd3f80932d (diff) | |
Remove lualine and nabla plugin config
Diffstat (limited to 'nvim/lua/plugins/lualine.lua')
| -rw-r--r-- | nvim/lua/plugins/lualine.lua | 11 |
1 files changed, 0 insertions, 11 deletions
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, - }, - }, -} |
