diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-02 16:19:38 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-02 16:19:38 +0200 |
| commit | 1bf800391f4d02a2cd2781b2e6b7cec1e62b478f (patch) | |
| tree | 2a5e7f5641156f74e2f516885353d41607674b4b /.vimrc | |
| parent | fb6d9a33c8a7b10557f7119865877f648d8f05da (diff) | |
| download | dotfiles-1bf800391f4d02a2cd2781b2e6b7cec1e62b478f.tar.gz dotfiles-1bf800391f4d02a2cd2781b2e6b7cec1e62b478f.tar.bz2 dotfiles-1bf800391f4d02a2cd2781b2e6b7cec1e62b478f.zip | |
Added keyrepeat delay, vim css,html 2 shiftwidth
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ autocmd Filetype vim setlocal foldmethod=marker autocmd FileType haskell set formatprg=stylish-haskell -autocmd FileType lisp set shiftwidth=2 +autocmd FileType lisp,html,css set shiftwidth=2 " }}} """""""""""" |
