aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-08 00:42:57 +0800
committerGuangxiong Lin <[email protected]>2022-04-08 00:42:57 +0800
commita9793c04508fdb582d69138dde04583c9f4e5c0f (patch)
treec47443766be74ec248f1bbc1825d6cec1ae3708a /.vimrc
parent40e266a131d8bfc9f2f48c5e40846436a9c9e64f (diff)
downloaddotfiles-a9793c04508fdb582d69138dde04583c9f4e5c0f.tar.gz
dotfiles-a9793c04508fdb582d69138dde04583c9f4e5c0f.tar.bz2
dotfiles-a9793c04508fdb582d69138dde04583c9f4e5c0f.zip
Try removing ycm (vim)
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 53c136d..eb54e7a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -30,8 +30,10 @@ set nofoldenable
set hidden
-set completeopt=menu,menuone,popup
+set completeopt=menu,menuone,popup,noinsert,noselect
set completepopup=align:menu,border:off,highlight:WildMenu
+set shortmess+=c
+set belloff+=ctrlg
" diff
set diffopt+=followwrap,algorithm:patience