mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-10 05:43:30 +01:00
12 lines
206 B
VimL
12 lines
206 B
VimL
|
" Project name
|
||
|
" let g:projName = ''
|
||
|
"
|
||
|
" Project files
|
||
|
" let g:projFiles = ''
|
||
|
|
||
|
|
||
|
" Vim settings/maps/abbrs specific for this project
|
||
|
|
||
|
" Modeline for this file
|
||
|
" vim:fdm=marker:ff=unix:noet:ts=4:sw=4:ft=vim
|