From f38aeab0c42079a2cd227abc8c8c62e883078d33 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 31 Jan 2021 19:13:42 +0100 Subject: [PATCH] add filetype comment --- conf.d/vim/vim/functions.vim | 3 +++ conf.d/vim/vim/keybindings.vim | 3 +++ conf.d/vim/vim/plug.vim | 2 +- conf.d/vim/vim/startscreen.vim | 3 +++ conf.d/vim/vimrc | 2 +- 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/conf.d/vim/vim/functions.vim b/conf.d/vim/vim/functions.vim index d55f775..20d26cf 100644 --- a/conf.d/vim/vim/functions.vim +++ b/conf.d/vim/vim/functions.vim @@ -111,3 +111,6 @@ endfunction " ----- " }}} + + +" vim:ft=vim diff --git a/conf.d/vim/vim/keybindings.vim b/conf.d/vim/vim/keybindings.vim index 50255a8..f1f9f49 100644 --- a/conf.d/vim/vim/keybindings.vim +++ b/conf.d/vim/vim/keybindings.vim @@ -318,3 +318,6 @@ map Ga :Git add map Gc :Git commit " ----- " }}} + + +" vim:ft=vim diff --git a/conf.d/vim/vim/plug.vim b/conf.d/vim/vim/plug.vim index 7cf8ed1..ebfc2b9 100644 --- a/conf.d/vim/vim/plug.vim +++ b/conf.d/vim/vim/plug.vim @@ -164,4 +164,4 @@ call plug#end() " }}} - +" vim:ft=vim diff --git a/conf.d/vim/vim/startscreen.vim b/conf.d/vim/vim/startscreen.vim index 17fd6ed..746b298 100644 --- a/conf.d/vim/vim/startscreen.vim +++ b/conf.d/vim/vim/startscreen.vim @@ -73,3 +73,6 @@ let g:startify_commands = [ \ ['Nouveau', 'enew'], \ ['Aide', 'help reference'], \ ] + + +" vim:ft=vim diff --git a/conf.d/vim/vimrc b/conf.d/vim/vimrc index 1d3d761..5920ae3 100644 --- a/conf.d/vim/vimrc +++ b/conf.d/vim/vimrc @@ -687,4 +687,4 @@ source $HOME/.vim/functions.vim source $HOME/.vim/keybindings.vim - +" vim:ft=vim