From 6eaa66f482f591aa2a594e24b98783bc53928a7b Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 16 Oct 2023 22:15:30 +0200 Subject: Commented winblend settings --- lua/user/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/opts.lua b/lua/user/opts.lua index f7887e4..cc8debc 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -192,7 +192,7 @@ vim.opt.hlsearch = true -- Keep matches highlighted. vim.opt.ignorecase = true -- ignore case in search patterns UNLESS /C or capital in search vim.opt.smartcase = true -- smart case vim.opt.synmaxcol = 200 -- Only highlight the first 200 columns. -vim.opt.winblend = 30 +--vim.opt.winblend = 30 --vim.opt.winblend = 5 vim.opt.wildoptions = 'pum' -- --vim.opt.pumblend = 5 -- -- cgit v1.2.3