update vim config
This commit is contained in:
parent
ec86c3559e
commit
69321bcecb
70
vim/vimrc
70
vim/vimrc
@ -1,7 +1,7 @@
|
||||
" File : vimrc
|
||||
" File : .vimrc
|
||||
" Author : Jeff LANCE <email@jefflance.me>
|
||||
" Date : 15.04.2015
|
||||
" Last Modified Date: 24.06.2020
|
||||
" Last Modified Date: 27.01.2021
|
||||
" 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_session_dir = '~/.vim/session'
|
||||
let g:startify_lists = [
|
||||
\ { 'type': 'commands', 'header': ['FICHIER'] },
|
||||
\ { 'type': 'files', 'header': ['RÉCENTS'] },
|
||||
\ { 'type': 'bookmarks', 'header': ['SIGNETS'] },
|
||||
\ { 'type': 'sessions', 'header': ['SESSIONS'] },
|
||||
\ ]
|
||||
let g:startify_enable_special = 0
|
||||
let g:startify_files_number = 10
|
||||
let g:startify_bookmarks = [
|
||||
\ '~/.config/',
|
||||
\ '~/.vimrc',
|
||||
\ '~/.vim/keybindings.vim',
|
||||
\ '~/.vim/plug.vim',
|
||||
\ '~/.vim/functions.vim',
|
||||
\ '~/Projets/latex/latex-homework'
|
||||
\ ]
|
||||
let g:startify_commands = [
|
||||
\ ['Nouveau', 'enew'],
|
||||
\ ['Aide', 'help reference'],
|
||||
\ ]
|
||||
" let g:startify_custom_header = 'startify#center(startify#fortune#cowsay())'
|
||||
" let g:startify_session_dir = '~/.vim/session'
|
||||
" let g:startify_lists = [
|
||||
" \ { 'type': 'commands', 'header': ['FICHIER'] },
|
||||
" \ { 'type': 'files', 'header': ['RÉCENTS'] },
|
||||
" \ { 'type': 'bookmarks', 'header': ['SIGNETS'] },
|
||||
" \ { 'type': 'sessions', 'header': ['SESSIONS'] },
|
||||
" \ ]
|
||||
" let g:startify_enable_special = 0
|
||||
" let g:startify_files_number = 10
|
||||
" let g:startify_bookmarks = [
|
||||
" \ '~/.config/',
|
||||
" \ '~/.vimrc',
|
||||
" \ '~/.vim/keybindings.vim',
|
||||
" \ '~/.vim/plug.vim',
|
||||
" \ '~/.vim/functions.vim',
|
||||
" \ '~/Projets/latex/latex-homework'
|
||||
" \ ]
|
||||
" let g:startify_commands = [
|
||||
" \ ['Nouveau', 'enew'],
|
||||
" \ ['Aide', 'help reference'],
|
||||
" \ ]
|
||||
|
||||
" -----
|
||||
" }}}
|
||||
" " -----
|
||||
" " }}}
|
||||
|
||||
|
||||
" Suda {{{
|
||||
@ -675,6 +675,20 @@ let g:tex_flavor = 'latex'
|
||||
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" ____ _____ _ ____ _____ ___ _______ __
|
||||
" / ___|_ _|/ \ | _ \_ _|_ _| ___\ \ / /
|
||||
" \___ \ | | / _ \ | |_) || | | || |_ \ V /
|
||||
" ___) || |/ ___ \| _ < | | | || _| | |
|
||||
" |____/ |_/_/ \_\_| \_\|_| |___|_| |_|
|
||||
"
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
" Load functions from file
|
||||
source $HOME/.vim/startscreen.vim
|
||||
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" _____ _ _ _ _ ____ _____ ___ ___ _ _ ____
|
||||
" | ___| | | | \ | |/ ___|_ _|_ _/ _ \| \ | / ___|
|
||||
|
Loading…
Reference in New Issue
Block a user