diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
commit | cd64877d15106e819b56db19fd78f0e85f70222d (patch) | |
tree | 2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /vim | |
parent | 92fa2f573eadd41b35aa115402d282829f40e824 (diff) | |
download | dotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz |
Update 2019-07-07
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 2 |
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 |