vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit c3ed54fd1592070399e9d526bad251c5a8b0654d
parent 4fa1f50f7f2d78e7270a2fcf677014d9d9ee2c00
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 28 Dec 2022 11:04:32 -0500

Added foldmethod to python

Diffstat:
Mftplugin/python.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ftplugin/python.vim b/ftplugin/python.vim @@ -3,3 +3,5 @@ setlocal makeprg=flake8\ % map <Leader>vr :call VimuxRunCommand("clear; source venv/bin/activate; python " . bufname("%"))<CR> map <Leader>vo :call VimuxRunCommand("clear; source venv/bin/activate; python")<CR> + +setlocal foldmethod=indent