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