We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 070dba4 + 44f90ab commit d02d7d0Copy full SHA for d02d7d0
vimrc
@@ -156,18 +156,20 @@ set complete-=i
156
" Vim UI "
157
"""""""""""""""""""""""""""""""""""""""""""""
158
syntax on
159
-let &colorcolumn=80
160
161
-set list listchars=tab:>-
162
au BufNewFile,BufRead *
163
\ set tabstop=4 |
164
\ set softtabstop=4 |
165
\ set shiftwidth=4 |
166
\ set expandtab |
167
\ set autoindent |
168
-\ set fileformat=unix
+\ set fileformat=unix |
+\ set list listchars=tab:>-
+
169
au BufNewFile,BufRead *.py
170
+\ set colorcolumn=80 |
171
\ set textwidth=79
172
173
au BufNewFile,BufRead *.go
174
\ set nolist
175
0 commit comments