项目作者: wsdjeg

项目描述 :
An example nim project developed in SpaceVim
高级语言: Nim
项目地址: git://github.com/wsdjeg/nim-example.git
创建时间: 2018-08-11T04:23:01Z
项目社区:https://github.com/wsdjeg/nim-example

开源协议:

下载


nim-example

An example nim project developed in SpaceVim

Features

  • compile and run file

the default key bindings is SPC l r

2018-08-11-11-57-19

  • REPL support

Start a nim secret inferior REPL process with SPC l s i.

Send code to inferior process commands:

Key Binding Description
SPC l s b send buffer and keep code buffer focused
SPC l s l send line and keep code buffer focused
SPC l s s send selection text and keep code buffer focused

nimrepl