From 694d5ec494b5f1e259bbcff5d44f37f067d3378c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 27 Jan 2021 10:46:25 +0100 Subject: [PATCH] update vim config --- vim/vimrc | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 7a87099..dcdad35 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -580,36 +580,6 @@ let g:spaceline_seperate_style = 'arrow-fade' " }}} -" " 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'], -" \ ] - -" " ----- -" " }}} - - " Suda {{{ " ----- @@ -675,14 +645,14 @@ let g:tex_flavor = 'latex' -""""""""""""""""""""""""""""""""""""""""""""""""""""""" +""""""""""""""""""""""""""""""""""""""""""""""""" " ____ _____ _ ____ _____ ___ _______ __ " / ___|_ _|/ \ | _ \_ _|_ _| ___\ \ / / " \___ \ | | / _ \ | |_) || | | || |_ \ V / " ___) || |/ ___ \| _ < | | | || _| | | " |____/ |_/_/ \_\_| \_\|_| |___|_| |_| " -""""""""""""""""""""""""""""""""""""""""""""""""""""""" +""""""""""""""""""""""""""""""""""""""""""""""""" " Load functions from file source $HOME/.vim/startscreen.vim