aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-21 23:31:23 +0800
committerGuangxiong Lin <[email protected]>2023-11-21 23:31:23 +0800
commit964fa8d921259385c471870bd5344974e79294b6 (patch)
treed29bec17d1560c80e8e47132cae30d12c6ddcdc1 /.vimrc
parent0b841faa85e590b0719e5a6afeb9dc647b1ae485 (diff)
downloaddotfiles-964fa8d921259385c471870bd5344974e79294b6.tar.gz
dotfiles-964fa8d921259385c471870bd5344974e79294b6.tar.bz2
dotfiles-964fa8d921259385c471870bd5344974e79294b6.zip
Update vim config
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 91dfcd2..e247e13 100644
--- a/.vimrc
+++ b/.vimrc
@@ -56,7 +56,7 @@ set hidden
set completeopt=menu,menuone,noinsert,noselect
if !has('nvim')
- set completeopt+=popup
+ set completeopt+=popup,popuphidden
set completepopup=align:menu,border:off,highlight:WildMenu
endif
set complete=.,w,b,u " Don't use tags and included files as there may be lots of files