Skip to content

Commit 4f1917b

Browse files
committed
theme update
1 parent c759f61 commit 4f1917b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

vimrc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Bundle 'JazzCore/ctrlp-cmatcher'
1515
Bundle 'JazzCore/ultisnips-snippets'
1616
Bundle 'JazzCore/mustang-vim'
1717
Bundle 'JazzCore/vim-hybrid'
18+
Bundle 'JazzCore/vim-python-syntax'
1819
Bundle 'tpope/vim-fugitive'
1920
Bundle 'tpope/vim-surround'
2021
Bundle 'tpope/vim-endwise'
@@ -389,9 +390,6 @@ let g:indentLine_char = "│"
389390
" maps: <leader> and f,F,e,E,w,W,ge,gE,j,k,n,N,t,T,b,B
390391
let g:EasyMotion_leader_key="<Leader>"
391392

392-
let g:jedi#auto_initialization = 1
393-
let g:jedi#goto_command = "<leader>g"
394-
let g:jedi#get_definition_command = "<leader>d"
395-
let g:jedi#use_tabs_not_buffers = 0
396-
397-
let python_highlight_all=1
393+
" ==================== Python-syntax ====================
394+
" Highlight all python syntax
395+
let g:python_highlight_all = 1

0 commit comments

Comments
 (0)