diff options
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 -- |
