https://github.com/wsdjeg/nim-example
An example nim project developed in SpaceVim
https://github.com/wsdjeg/nim-example
neovim nim nim-lang nim-language spacevim vim
Last synced: 6 months ago
JSON representation
An example nim project developed in SpaceVim
- Host: GitHub
- URL: https://github.com/wsdjeg/nim-example
- Owner: wsdjeg
- Created: 2018-08-11T04:23:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T06:21:38.000Z (about 7 years ago)
- Last Synced: 2025-02-12T11:12:52.139Z (8 months ago)
- Topics: neovim, nim, nim-lang, nim-language, spacevim, vim
- Language: Nim
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim-example
> An example nim project developed in SpaceVim
## Features
- compile and run file
the default key bindings is `SPC l r`

- 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 |