fix(lualine): fix Illegal Character issue with fzf.

This commit is contained in:
Milan Glacier 2024-12-21 03:32:36 -05:00
parent d0c366e4d8
commit 74532d8532

View file

@ -80,6 +80,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",