add filetype comment

This commit is contained in:
Jeff Lance 2021-01-31 19:13:42 +01:00
parent 6b41489505
commit f38aeab0c4
5 changed files with 11 additions and 2 deletions

View File

@ -111,3 +111,6 @@ endfunction
" ----- " -----
" }}} " }}}
" vim:ft=vim

View File

@ -318,3 +318,6 @@ map <leader>Ga :Git add
map <leader>Gc :Git commit map <leader>Gc :Git commit
" ----- " -----
" }}} " }}}
" vim:ft=vim

View File

@ -164,4 +164,4 @@ call plug#end()
" }}} " }}}
" vim:ft=vim

View File

@ -73,3 +73,6 @@ let g:startify_commands = [
\ ['Nouveau', 'enew'], \ ['Nouveau', 'enew'],
\ ['Aide', 'help reference'], \ ['Aide', 'help reference'],
\ ] \ ]
" vim:ft=vim

View File

@ -687,4 +687,4 @@ source $HOME/.vim/functions.vim
source $HOME/.vim/keybindings.vim source $HOME/.vim/keybindings.vim
" vim:ft=vim