Removed quickfixes for Python
This commit is contained in:
5
vimrc
5
vimrc
@ -18,8 +18,6 @@ Plugin 'ervandew/supertab'
|
|||||||
Plugin 'dense-analysis/ale'
|
Plugin 'dense-analysis/ale'
|
||||||
" Code completion and refactoring (Python)
|
" Code completion and refactoring (Python)
|
||||||
Plugin 'davidhalter/jedi-vim'
|
Plugin 'davidhalter/jedi-vim'
|
||||||
" Better quickfix for Python
|
|
||||||
Plugin 'https://djib.fr/djib/VimPythonCompiler.git'
|
|
||||||
" Intelligent folding
|
" Intelligent folding
|
||||||
Plugin 'tmhedberg/SimpylFold'
|
Plugin 'tmhedberg/SimpylFold'
|
||||||
" Git management
|
" Git management
|
||||||
@ -74,7 +72,7 @@ map <C-j> <C-w>j
|
|||||||
map <C-k> <C-w>k
|
map <C-k> <C-w>k
|
||||||
map <C-l> <C-w>l
|
map <C-l> <C-w>l
|
||||||
nnoremap <space> za
|
nnoremap <space> za
|
||||||
nmap <F5> :w<CR>:make<CR>
|
nmap <F5> :w<CR>:!clear;python3 %<CR>
|
||||||
nmap <F6> :!%:p<CR>
|
nmap <F6> :!%:p<CR>
|
||||||
nmap <F7> :NERDTreeToggle<CR>
|
nmap <F7> :NERDTreeToggle<CR>
|
||||||
nmap <F8> :TagbarToggle<CR>
|
nmap <F8> :TagbarToggle<CR>
|
||||||
@ -86,4 +84,3 @@ let g:SimpylFold_docstring_preview=1
|
|||||||
let g:airline#extensions#tabline#enabled=1
|
let g:airline#extensions#tabline#enabled=1
|
||||||
let g:jedi#completions_enabled = 1
|
let g:jedi#completions_enabled = 1
|
||||||
let g:jedi#smart_auto_mappings = 1
|
let g:jedi#smart_auto_mappings = 1
|
||||||
compiler python
|
|
||||||
|
Reference in New Issue
Block a user