From 6bd0938c018b52c138d608977043467eae93fefd Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Tue, 31 Mar 2026 20:51:00 -0700 Subject: remove neovim --- dot-config/nvim/plugin/lualine.lua | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 dot-config/nvim/plugin/lualine.lua (limited to 'dot-config/nvim/plugin/lualine.lua') diff --git a/dot-config/nvim/plugin/lualine.lua b/dot-config/nvim/plugin/lualine.lua deleted file mode 100644 index 79e3805..0000000 --- a/dot-config/nvim/plugin/lualine.lua +++ /dev/null @@ -1,25 +0,0 @@ -vim.pack.add({ - "https://github.com/nvim-lualine/lualine.nvim", -}) - -local wc = require("wordcount") - -local theme = require("my-lualine-theme") - -require("lualine").setup({ - options = { - component_separators = "", - section_separators = "", - theme = theme, - }, - sections = { - lualine_y = { - -- Add wordcount - { wc.wordcount, cond = wc.is_available }, - -- Existing conf - "progress", - }, - }, -}) - -vim.o.cmdheight = 0 -- Puts Lualine at very bottom -- cgit v1.3