diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-07-22 10:20:47 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | 374ecacd0808ce322cb85ba85023e0b8fb94bcf6 (patch) | |
tree | 180c5b43494d23136e740bc2ca2c0223fe2a9b8b /vim/.vim/vimrc | |
parent | a530bccffd70d0422d5dae7b4fc23105d1d82a06 (diff) | |
download | dotfiles-374ecacd0808ce322cb85ba85023e0b8fb94bcf6.tar.gz |
Update 20160722
Diffstat (limited to 'vim/.vim/vimrc')
-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 b8068f3..d8f53c6 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -13,7 +13,7 @@ set showcmd set nostartofline set ruler set confirm -set list listchars+=tab:\|\ +set list listchars+=space:ยท,tab:\ \ set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab set omnifunc=syntaxcomplete#Complete set dictionary=/usr/share/dict/words |