diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-18 23:58:06 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-18 23:58:06 +0200 |
| commit | 8242c19f6427996a94e6f6079b11ccebdb003cf2 (patch) | |
| tree | 9af756db5b293c4e96372d77e3f7bb91d2cf2736 /lua/opts.lua | |
| parent | 2d2c18e3b61a1883190fcd3c9dd9ab86002ddeab (diff) | |
| download | dotfiles-8242c19f6427996a94e6f6079b11ccebdb003cf2.tar.gz dotfiles-8242c19f6427996a94e6f6079b11ccebdb003cf2.zip | |
Updated Cmp and lsp
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 2bc70d6..51b3628 100644 --- a/lua/opts.lua +++ b/lua/opts.lua @@ -118,9 +118,10 @@ vim.opt.ignorecase = true -- ignore case in search patterns UNLESS /C or capital vim.opt.smartcase = true -- smart case vim.opt.synmaxcol = 200 -- Only highlight the first 200 columns. vim.opt.winblend = 30 +--vim.opt.winblend = 5 vim.opt.wildoptions = "pum" -- ---vim.opt.pumblend = 5 -- -vim.opt.pumblend=15 +vim.opt.pumblend = 5 -- +--vim.opt.pumblend=15 vim.opt.pumheight = 10 -- pop up menu height -- Better Completion |
