summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2013-05-21 13:15:30 -0500
committerSimon Hafner <hafnersimon@gmail.com>2013-05-21 13:15:30 -0500
commite3c313048862b3a3d6048c0e5de4d056f87edd33 (patch)
tree23093d7cf264e18619a0e0e63aabbe8de5441bf5 /web
parent959adc6218ae1414b1a89420c503617605711c22 (diff)
downloadNim-e3c313048862b3a3d6048c0e5de4d056f87edd33.tar.gz
add FAQ about editor support
Diffstat (limited to 'web')
-rw-r--r--web/question.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/question.txt b/web/question.txt
index cccc784b6..b53eacd02 100644
--- a/web/question.txt
+++ b/web/question.txt
@@ -79,6 +79,10 @@ A JVM backend is almost impossible. The JVM is not expressive enough. It has
 never been designed as a general purpose VM anyway. A CLR backend is possible
 but would require much work. 
 
+What about vim/emacs/my editor?
+-------------------------------
+
+Check the github wiki: https://github.com/Araq/Nimrod/wiki/Editor-Support
 
 Compilation
 ===========