My Vim configuration. Probably the only non-obvious thing is to use list to show whitespaces and listchars to display each tab as ">-". See Vim Wikia Highlight unwanted spaces for more information.
set guifont=Consolas:h10:cANSI set ignorecase set list set listchars=tab:>- set nobackup set nowritebackup set printfont=Courier:h8 set shiftwidth=2 set tabstop=2
No comments:
Post a Comment