Add options for pum
This commit is contained in:
parent
962e06b0d7
commit
6b9f9ff964
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ vim.opt.smartindent = true
|
|||
vim.opt.tabstop = 4
|
||||
vim.opt.termguicolors = true -- 24 bits color support
|
||||
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
|
||||
vim.cmd('syntax on')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue