Merge branch 'hack-lualine-fzf-illegal-char'

This commit is contained in:
akioweh 2025-07-28 18:58:33 +04:00
commit 7aaaaa1a4f
No known key found for this signature in database

View file

@ -83,6 +83,12 @@ return {
vim.o.laststatus = vim.g.lualine_laststatus
-- HACK: see lualine.nvim issue #1201, Illegal character from fzf could
-- cause lualine to hang. To prevent this, we disable lualine from
-- retrieving the content of the currently selected item in fzf, avoiding
-- potential invalid characters.
require("lualine.extensions.fzf").sections.lualine_y = {}
local opts = {
options = {
theme = "auto",