mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05: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
|