From 61251095662e17653e9af3ad47981a68a5b0a5ae Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 26 Oct 2020 01:05:15 -0400 Subject: [PATCH] remove fold --- stow/vim/.vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/stow/vim/.vim/vimrc b/stow/vim/.vim/vimrc index 4997a38..caad5fb 100644 --- a/stow/vim/.vim/vimrc +++ b/stow/vim/.vim/vimrc @@ -271,8 +271,6 @@ command! WQ wq command! Q1 q! "}}} -"general functions -"{{{ "toggle functions "{{{ function! ToggleColorColumn() @@ -351,7 +349,6 @@ function HalftabSettings() setlocal ts=2 sts=2 sw=2 expandtab endfunction "}}} -"}}} "syntax/filetype settings (just in case they haven't been set yet) "{{{