[vim] Disable foldmethod to speed up things Never used anyway.
1 files changed, 1 insertions(+), 1 deletions(-) M rc/vimrc
M rc/vimrc +1 -1
@@ 78,7 78,7 @@ nmap k gk if has('syntax') syntax on - set foldmethod=syntax + set foldmethod=manual set nofoldenable set background=dark