From: Samir Benmendil Date: Wed, 12 May 2021 19:36:43 +0000 (+0100) Subject: vim/haskell: indent before where X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4af237778e3672b2d0fb118d4c4374a62b74481d vim/haskell: indent before where --- diff --git a/vim/vimrc b/vim/vimrc index fe1c108..245fbf1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -104,6 +104,8 @@ let g:haskell_enable_pattern_synonyms = 1 " to enable highlighting of `pattern` let g:haskell_enable_typeroles = 1 " to enable highlighting of type roles let g:haskell_enable_static_pointers = 1 " to enable highlighting of `static` let g:haskell_backpack = 1 " to enable highlighting of backpack keywords + +let g:haskell_indent_before_where = 2 " }}} Plug 'aklt/plantuml-syntax'