update vim config

This commit is contained in:
Jeff Lance 2021-01-27 10:38:33 +01:00
parent ec86c3559e
commit 69321bcecb

View File

@ -1,7 +1,7 @@
" File : vimrc " File : .vimrc
" Author : Jeff LANCE <email@jefflance.me> " Author : Jeff LANCE <email@jefflance.me>
" Date : 15.04.2015 " Date : 15.04.2015
" Last Modified Date: 24.06.2020 " Last Modified Date: 27.01.2021
" Last Modified By : Jeff LANCE <email@jefflance.me> " Last Modified By : Jeff LANCE <email@jefflance.me>
"""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""
@ -580,34 +580,34 @@ let g:spaceline_seperate_style = 'arrow-fade'
" }}} " }}}
" Startify {{{ " " Startify {{{
" ----- " " -----
let g:startify_custom_header = 'startify#center(startify#fortune#cowsay())' " let g:startify_custom_header = 'startify#center(startify#fortune#cowsay())'
let g:startify_session_dir = '~/.vim/session' " let g:startify_session_dir = '~/.vim/session'
let g:startify_lists = [ " let g:startify_lists = [
\ { 'type': 'commands', 'header': ['FICHIER'] }, " \ { 'type': 'commands', 'header': ['FICHIER'] },
\ { 'type': 'files', 'header': ['RÉCENTS'] }, " \ { 'type': 'files', 'header': ['RÉCENTS'] },
\ { 'type': 'bookmarks', 'header': ['SIGNETS'] }, " \ { 'type': 'bookmarks', 'header': ['SIGNETS'] },
\ { 'type': 'sessions', 'header': ['SESSIONS'] }, " \ { 'type': 'sessions', 'header': ['SESSIONS'] },
\ ] " \ ]
let g:startify_enable_special = 0 " let g:startify_enable_special = 0
let g:startify_files_number = 10 " let g:startify_files_number = 10
let g:startify_bookmarks = [ " let g:startify_bookmarks = [
\ '~/.config/', " \ '~/.config/',
\ '~/.vimrc', " \ '~/.vimrc',
\ '~/.vim/keybindings.vim', " \ '~/.vim/keybindings.vim',
\ '~/.vim/plug.vim', " \ '~/.vim/plug.vim',
\ '~/.vim/functions.vim', " \ '~/.vim/functions.vim',
\ '~/Projets/latex/latex-homework' " \ '~/Projets/latex/latex-homework'
\ ] " \ ]
let g:startify_commands = [ " let g:startify_commands = [
\ ['Nouveau', 'enew'], " \ ['Nouveau', 'enew'],
\ ['Aide', 'help reference'], " \ ['Aide', 'help reference'],
\ ] " \ ]
" ----- " " -----
" }}} " " }}}
" Suda {{{ " Suda {{{
@ -675,6 +675,20 @@ let g:tex_flavor = 'latex'
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
" ____ _____ _ ____ _____ ___ _______ __
" / ___|_ _|/ \ | _ \_ _|_ _| ___\ \ / /
" \___ \ | | / _ \ | |_) || | | || |_ \ V /
" ___) || |/ ___ \| _ < | | | || _| | |
" |____/ |_/_/ \_\_| \_\|_| |___|_| |_|
"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Load functions from file
source $HOME/.vim/startscreen.vim
""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""
" _____ _ _ _ _ ____ _____ ___ ___ _ _ ____ " _____ _ _ _ _ ____ _____ ___ ___ _ _ ____
" | ___| | | | \ | |/ ___|_ _|_ _/ _ \| \ | / ___| " | ___| | | | \ | |/ ___|_ _|_ _/ _ \| \ | / ___|