diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-16 22:15:30 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-16 22:15:30 +0200 |
| commit | 6eaa66f482f591aa2a594e24b98783bc53928a7b (patch) | |
| tree | 3073cbe793fe3f544d53cdb4fab3d20693b52d53 /lua/user | |
| parent | 5e724a9b18d6abf2aa247693e4bfa5ff0d6cec99 (diff) | |
| download | dotfiles-6eaa66f482f591aa2a594e24b98783bc53928a7b.tar.gz dotfiles-6eaa66f482f591aa2a594e24b98783bc53928a7b.zip | |
Commented winblend settings
Diffstat (limited to 'lua/user')
| -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 -- |
