From 1bf800391f4d02a2cd2781b2e6b7cec1e62b478f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 2 Oct 2020 16:19:38 +0200 Subject: Added keyrepeat delay, vim css,html 2 shiftwidth --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 76dd3e9..552d03e 100644 --- a/.vimrc +++ b/.vimrc @@ -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 " }}} """""""""""" -- cgit