mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-01 08:35:06 +02:00
fix(lualine): fix Illegal Character issue with fzf.
This commit is contained in:
parent
d0c366e4d8
commit
74532d8532
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue