all repos

init.lua @ b8903eca9e40a38e40c1f44a5f34e592d4f036c2

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
feat(lualine): hide line when harpoon menu is open
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-11-13 23:42:23 +0200
Parent: 133aa61
M lua/plugins/lualine.lua

@@ -1,4 +1,4 @@

-local u = require("core.utils") +local u = require "core.utils" local c = { mode = { function()

@@ -49,6 +49,7 @@ disabled_filetypes = {

"NvimTree", "TelescopePrompt", "NeogitStatus", + "harpoon", "lazy", }, },