1
0

Removed quickfixes for Python

This commit is contained in:
2019-10-10 01:53:35 +02:00
parent 2102b38097
commit cb6a32f8dd

5
vimrc
View File

@ -18,8 +18,6 @@ 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
@ -74,7 +72,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>:make<CR>
nmap <F5> :w<CR>:!clear;python3 %<CR>
nmap <F6> :!%:p<CR>
nmap <F7> :NERDTreeToggle<CR>
nmap <F8> :TagbarToggle<CR>
@ -86,4 +84,3 @@ 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