From f1f54dd22eeaa17b4bc2ce38ad729fc863e86d14 Mon Sep 17 00:00:00 2001 From: xyz32 Date: Thu, 20 Aug 2015 09:58:45 -0400 Subject: [PATCH] Updated Editor Support (markdown) --- Editor-Support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor-Support.md b/Editor-Support.md index f55de18..1416934 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -108,8 +108,8 @@ KDevelop templates for Nim project and Nim file: * Debug with gdb (You will need to uncomment the debug flag in the nim.cfg file) * Syntax Highlighting (Needs [Kate syntax highlighting](https://github.com/nim-lang/Nim/wiki/Editor-Support#kate)). -## Requirements: -Nim and Nimble to be installed. +Make sure you have both Nim and Nimble to be installed. +See a demo here: https://vimeo.com/135918228 ### Howl