Updated notes

This commit is contained in:
David Holland 2019-02-14 18:09:06 +01:00
parent a2a63caae6
commit 6ed7c0f01d
2 changed files with 3 additions and 1 deletions

1
TODO.txt Normal file
View File

@ -0,0 +1 @@
You have to copy platform_template.vim to platform.vim and set your platform in it, so the appropriate settings can be adapted!

View File

@ -1,2 +1,3 @@
"Possible options: windows, windows_portable, linux, termux, linux_qt, arch
" Possible options: windows, windows_portable, linux, termux, linux_qt, arch
" Note that linux_qt and arch have not been implemented yet
let g:platform = "windows_portable"