.vimrc

changeset 937
0b22685bc75c
parent 934
fb0cbf65b726
child 938
26a36c7d29bb
equal deleted inserted replaced
936:615fa36d953b 937:0b22685bc75c
47 Plug 'yko/mojo.vim' 47 Plug 'yko/mojo.vim'
48 48
49 Plug 'powerman/vim-plugin-viewdoc' 49 Plug 'powerman/vim-plugin-viewdoc'
50 50
51 let g:no_viewdoc_abbrev = 1 51 let g:no_viewdoc_abbrev = 1
52 let g:polyglot_disabled = ['vifm', 'perl', 'go'] 52 let g:polyglot_disabled = ['autoindent', 'sensible', 'vifm', 'perl', 'go']
53 53
54 try 54 try
55 execute 'source ' . s:filename . '.local-pre' 55 execute 'source ' . s:filename . '.local-pre'
56 catch 56 catch
57 endtry 57 endtry
190 set breakindentopt=min:66,shift:2 190 set breakindentopt=min:66,shift:2
191 191
192 set virtualedit=block 192 set virtualedit=block
193 193
194 set autoindent 194 set autoindent
195 set smarttab
195 set expandtab 196 set expandtab
196 set shiftwidth=2 197 set shiftwidth=2
197 set shiftround 198 set shiftround
198 199
199 set formatoptions=cqln1j 200 set formatoptions=cqln1j
208 209
209 set noerrorbells 210 set noerrorbells
210 set belloff=all 211 set belloff=all
211 212
212 set autowriteall 213 set autowriteall
214 set autoread
213 215
214 set ttimeoutlen=25 216 set ttimeoutlen=25
215 217
216 set synmaxcol=200 218 set synmaxcol=350
217 219
218 set tags+=.tags 220 set tags+=.tags,./.tags;
219 221
220 " Ignore compiled files and repositories 222 " Ignore compiled files and repositories
221 set wildignore=*.o,*~,*.pyc 223 set wildignore=*.o,*~,*.pyc
222 if g:on_windows 224 if g:on_windows
223 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store 225 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store

mercurial