Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background highlights broken #11

Closed
ssnailed opened this issue Feb 23, 2023 · 1 comment
Closed

Background highlights broken #11

ssnailed opened this issue Feb 23, 2023 · 1 comment

Comments

@ssnailed
Copy link

Commit 70c9b1d Causes LF to force a background color, even when using a transparent terminal. The fixes in #5 don't seem to work.

Relevant config (functional when using 3834294):

packer.nvim entry

{ "lmburns/lf.nvim",
    opt = true,
--    commit = "383429497292dd8a84271e74a81c6db6993ca7ab",
    config = function()
        require('plugins.config.lf')
        require('config.keymaps').map("lf")
    end
},

plugins.config.lf

local status_ok, lf = pcall(require, 'lf')
if not status_ok then
    return
end

lf.setup({
    mappings = false,
    winblend = 0,
    border = "rounded",
})
@ssnailed
Copy link
Author

It seems that this has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant