Skip to content

Commit 070dba4

Browse files
authored
Merge pull request #56 from TTWShell/feature/show-tab
show tab as >---
2 parents c33e74d + fa00e06 commit 070dba4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ set complete-=i
158158
syntax on
159159
let &colorcolumn=80
160160

161+
set list listchars=tab:>-
161162
au BufNewFile,BufRead *
162163
\ set tabstop=4 |
163164
\ set softtabstop=4 |
@@ -167,6 +168,8 @@ au BufNewFile,BufRead *
167168
\ set fileformat=unix
168169
au BufNewFile,BufRead *.py
169170
\ set textwidth=79
171+
au BufNewFile,BufRead *.go
172+
\ set nolist
170173

171174
"python with virtualenv support
172175
py << EOF

0 commit comments

Comments
 (0)