Better python compiler
This commit is contained in:
5
vimrc
5
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 <C-j> <C-w>j
|
||||
map <C-k> <C-w>k
|
||||
map <C-l> <C-w>l
|
||||
nnoremap <space> za
|
||||
nmap <F5> :w<CR>:!clear;python3 %<CR>
|
||||
nmap <F5> :w<CR>:make<CR>
|
||||
nmap <F6> :!%:p<CR>
|
||||
nmap <F7> :NERDTreeToggle<CR>
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
@ -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
|
||||
|
Reference in New Issue
Block a user