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