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

Artifacts left on the screen while searching for symbol #12

Open
msvitok77 opened this issue Jun 30, 2022 · 1 comment
Open

Artifacts left on the screen while searching for symbol #12

msvitok77 opened this issue Jun 30, 2022 · 1 comment

Comments

@msvitok77
Copy link

msvitok77 commented Jun 30, 2022

Hello. I'm using this plugin for inserting emojis. The problem is that while searching for emojis the plugin seems to not refreshing screen correctly.

neovim version: 0.7.0
system: Ubuntu 20.04
terminal: both kitty and gnome-terminal
telescope-symbols version: latest commit f7d7c84

image

configuration:

Plug 'nvim-telescope/telescope.nvim'
Plug 'nvim-telescope/telescope-symbols.nvim'

"emojis
inoremap <C-k><C-e> <C-o>:lua require('telescope.builtin').symbols{ sources = {'emoji'} }<CR>

local actions = require('telescope.actions')
require('telescope').setup {
    defaults = {
        prompt_prefix = ' >',
        color_devicons = true,

        file_previewer   = require('telescope.previewers').vim_buffer_cat.new,
        grep_previewer   = require('telescope.previewers').vim_buffer_vimgrep.new,
        qflist_previewer = require('telescope.previewers').vim_buffer_qflist.new,

        mappings = {
            i = {
                ["<C-q>"] = actions.send_to_qflist,
                ["<esc>"] = actions.close,
            },
        }
    }
}
@msvitok77 msvitok77 changed the title Artefacts left on the scree while searching for symbol Artifacts left on the screen while searching for symbol Jun 30, 2022
@msvitok77
Copy link
Author

I also checked with the latest version of neovim 0.7.2 and the result is the same.

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