aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-16 23:43:01 +0800
committerGuangxiong Lin <[email protected]>2023-10-16 23:43:01 +0800
commit202e7e1910fa5886a86de119c98f8c5b06749f80 (patch)
tree254939046e2411c9cf261cf3ed8ce8706e3d8a1c /.vimrc
parentefa422e91fb8b5d0cda5b00234c7682f24b6bf37 (diff)
downloaddotfiles-202e7e1910fa5886a86de119c98f8c5b06749f80.tar.gz
dotfiles-202e7e1910fa5886a86de119c98f8c5b06749f80.tar.bz2
dotfiles-202e7e1910fa5886a86de119c98f8c5b06749f80.zip
Remove i in complete to improve vim complete performance
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index ef35e03..71954de 100644
--- a/.vimrc
+++ b/.vimrc
@@ -59,7 +59,7 @@ if !has('nvim')
set completeopt+=popup
set completepopup=align:menu,border:off,highlight:WildMenu
endif
-set complete=.,w,b,u,i " Don't use tags as there may be lots of tags
+set complete=.,w,b,u " Don't use tags and included files as there may be lots of files
set shortmess+=c
set belloff+=ctrlg