fzf-preview.vim icon indicating copy to clipboard operation
fzf-preview.vim copied to clipboard

the border of fzf-preview window is broken

Open zl03jsj opened this issue 1 year ago • 0 comments

the border of fzf-preview window is broken, how can i fix this: image

all config is default:

local M = {
    'junegunn/fzf.vim',
    branch = "master",
    dependencies = {
        'junegunn/fzf',
        branch = "master",
        build = "./install --all"
    }
}
M.config = function()
    vim.api.nvim_set_keymap('n', '<leader>sa', ':RG<cr>',       { silent = true, noremap = true })
    vim.api.nvim_set_keymap('n', '<leader>sf', ':Files<cr>',    { silent = true, noremap = true })
    vim.api.nvim_set_keymap('n', '<leader>sb', ':Buffers<cr>',  { silent = true, noremap = true })
end
return M

zl03jsj avatar Jun 14 '23 09:06 zl03jsj