neovim: set winblend to 0

This commit is contained in:
2024-03-11 19:54:34 +03:00
parent a2cd66e761
commit 5d45458d6b

View File

@@ -11,7 +11,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, winblend = 0,
mappings = { mappings = {
i = { i = {
["<C-j>"] = actions.move_selection_worse, ["<C-j>"] = actions.move_selection_worse,