+ Added fold

This commit is contained in:
ziro 2021-06-20 14:14:34 +07:00
parent 6fbf8c18c8
commit a0a6dc640b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 17 additions and 0 deletions

View file

@ -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