+ Added fold
This commit is contained in:
parent
6fbf8c18c8
commit
a0a6dc640b
2 changed files with 17 additions and 0 deletions
|
@ -68,6 +68,9 @@ Plug 'deoplete-plugins/deoplete-jedi'
|
|||
" Julia support
|
||||
Plug 'JuliaEditorSupport/julia-vim'
|
||||
|
||||
" enhanced python highlighting
|
||||
Plug 'vim-python/python-syntax'
|
||||
|
||||
call plug#end()
|
||||
|
||||
" ----- PlugIns Configuration
|
||||
|
@ -154,3 +157,6 @@ let g:indentLine_setColors = 0
|
|||
let g:indentLine_leadingSpaceEnabled = 1
|
||||
let g:indentLine_leadingSpaceChar = '·'
|
||||
hi Conceal ctermfg=0 ctermbg=NONE
|
||||
|
||||
" Python highlighting
|
||||
let g:python_highlight_all = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue