about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
commitcd64877d15106e819b56db19fd78f0e85f70222d (patch)
tree2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /vim/.vim/vimrc
parent92fa2f573eadd41b35aa115402d282829f40e824 (diff)
downloaddotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz
Update 2019-07-07
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index fc2b0ef..e93cb2b 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -10,7 +10,7 @@ if has("patch-7.4.710")
   set list listchars+=space:·,tab:\ \ 
 endif
 set tabstop=8 expandtab shiftwidth=2 softtabstop=-1 smarttab
-set dictionary=/usr/share/dict/words
+set ignorecase infercase dictionary=/usr/share/dict/words
 set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1
 set omnifunc=syntaxcomplete#Complete
 set diffopt+=algorithm:patience