diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..0a41465 --- /dev/null +++ b/TODO.txt @@ -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! diff --git a/platform_template.vim b/platform_template.vim index 8ff9d69..34037b1 100644 --- a/platform_template.vim +++ b/platform_template.vim @@ -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"