From 2102b380972358ac854468d9513c4f3cbd84d816 Mon Sep 17 00:00:00 2001 From: djib Date: Wed, 9 Oct 2019 23:27:48 +0200 Subject: [PATCH] Better python compiler --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1bf9287..323ce12 100644 --- a/vimrc +++ b/vimrc @@ -18,6 +18,8 @@ Plugin 'ervandew/supertab' Plugin 'dense-analysis/ale' " Code completion and refactoring (Python) Plugin 'davidhalter/jedi-vim' +" Better quickfix for Python +Plugin 'https://djib.fr/djib/VimPythonCompiler.git' " Intelligent folding Plugin 'tmhedberg/SimpylFold' " Git management @@ -72,7 +74,7 @@ map j map k map l nnoremap za -nmap :w:!clear;python3 % +nmap :w:make nmap :!%:p nmap :NERDTreeToggle nmap :TagbarToggle @@ -84,3 +86,4 @@ let g:SimpylFold_docstring_preview=1 let g:airline#extensions#tabline#enabled=1 let g:jedi#completions_enabled = 1 let g:jedi#smart_auto_mappings = 1 +compiler python