Add options for pum
This commit is contained in:
parent
962e06b0d7
commit
6b9f9ff964
1 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,9 @@ vim.opt.tabstop = 4
|
||||||
vim.opt.termguicolors = true -- 24 bits color support
|
vim.opt.termguicolors = true -- 24 bits color support
|
||||||
vim.opt.wildmenu = true -- activate enhanced user menu
|
vim.opt.wildmenu = true -- activate enhanced user menu
|
||||||
vim.opt.wildmode = 'lastused:full,list' -- enhance menu
|
vim.opt.wildmode = 'lastused:full,list' -- enhance menu
|
||||||
|
vim.opt.pumheight = 10
|
||||||
|
vim.opt.pumwidth = 50
|
||||||
|
vim.opt.pumblend = 10
|
||||||
|
|
||||||
-- Options than need vim.cmd
|
-- Options than need vim.cmd
|
||||||
vim.cmd('syntax on')
|
vim.cmd('syntax on')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue