neovim(telescope): add winblend=15

This commit is contained in:
2022-09-15 21:56:55 +03:00
parent 30f35efc3f
commit 0f3a3168dd

View File

@@ -6,6 +6,7 @@ telescope.setup({
defaults = { defaults = {
sorting_strategy = "ascending", sorting_strategy = "ascending",
file_ignore_patterns = { ".git/", "node_modules/" }, file_ignore_patterns = { ".git/", "node_modules/" },
winblend = 15,
mappings = { mappings = {
i = { i = {
["<C-j>"] = actions.move_selection_worse, ["<C-j>"] = actions.move_selection_worse,