Skip to content

Commit

Permalink
vim: increased buffer saved for each register
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 4, 2018
1 parent 084a2d0 commit b4dd55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
" custom indents
let g:html_indent_inctags = "html,body,head,tbody"
autocmd FileType javascript setlocal sw=2 sts=2 et
autocmd FileType css setlocal sw=2 sts=2 et
autocmd FileType html setlocal sw=2 sts=2 et
autocmd FileType ruby setlocal sw=2 sts=2 et

Expand Down Expand Up @@ -219,3 +220,5 @@ let g:vimwiki_ext2syntax = {'.md': 'markdown', '.markdown': 'markdown', '.mdown'
let g:gitgutter_diff_args = '-w' " ignore whitespace
set updatetime=250 " diff markers should appear automatically, but default value is 4000ms

" tailing fixes
set viminfo='100,<1000,s1000,h " max buffer saved for each register

0 comments on commit b4dd55b

Please sign in to comment.