diff options
Diffstat (limited to 'lua/opts.lua')
| -rw-r--r-- | lua/opts.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/opts.lua b/lua/opts.lua index b52bcc8..2bc70d6 100644 --- a/lua/opts.lua +++ b/lua/opts.lua @@ -117,9 +117,10 @@ 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 = 0 -- +vim.opt.winblend = 30 vim.opt.wildoptions = "pum" -- -vim.opt.pumblend = 5 -- +--vim.opt.pumblend = 5 -- +vim.opt.pumblend=15 vim.opt.pumheight = 10 -- pop up menu height -- Better Completion |
