diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,5 +1,5 @@ -set encoding=utf-8 -scriptencoding utf-8 +set encoding=utf8 +scriptencoding utf8 lang en_US.UTF-8 " use space as <leader> key @@ -55,7 +55,7 @@ set scrolloff=8 set signcolumn=yes " show the colorcolumn -set colorcolumn=120 +set colorcolumn=80 " :sp and :vsp should split below and to the right set splitbelow @@ -67,8 +67,11 @@ set updatetime=50 " enable mouse support set mouse=a -" ??? -set completeopt="menu,menuone,noselect" +" shows a more advanced command-line completion menu +set wildmenu + +" Modifies the auto-complete menu. See :h completeopt +set completeopt="noinsert,menuone,noselect" " show whitespace characters set list lcs=tab:>\ ,trail:~,precedes:<,space:\ ,nbsp:× |