From dcc88d3cf5b9e80d8255c268d873465472e0a876 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 2 Feb 2021 19:41:57 +0100 Subject: Updated mpv youtube-dl format to avoid 4k, Added hoogle search engine to qutebrowser --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 7f59de6..6bbfe7f 100644 --- a/.vimrc +++ b/.vimrc @@ -258,7 +258,7 @@ autocmd Filetype vim setlocal foldmethod=marker autocmd FileType haskell set formatprg=stylish-haskell -autocmd FileType lisp,html,css setlocal shiftwidth=2 +autocmd FileType lisp,html,css,htmldjango setlocal shiftwidth=2 " }}} """""""""""" -- cgit