NimLime
Super Nim Plugin for Sublime Text 2/3
Details
Installs
- Total 7K
- Win 3K
- OS X 2K
- Linux 2K
Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 1 | 2 | 2 | 1 | 1 | 0 | 2 | 0 | 2 | 1 | 1 | 2 | 1 | 1 | 3 | 1 | 1 | 3 | 0 | 1 | 0 | 1 | 0 | 3 | 4 | 5 | 0 | 0 | 1 | 1 | 1 | 4 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 4 | 0 | 0 | 0 |
OS X | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 4 | 1 | 1 | 2 | 0 | 0 | 2 | 0 | 0 | 1 | 3 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 2 | 2 | 2 | 0 | 1 | 1 | 0 | 0 | 2 |
Linux | 0 | 3 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 2 | 4 | 0 | 5 | 1 | 2 | 2 | 2 | 1 | 0 | 1 | 2 | 2 | 0 | 1 | 3 | 2 | 0 | 3 | 0 | 1 | 3 | 3 | 2 | 4 | 3 | 3 | 1 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
NimLime
Nim Programming Language plugin for Sublime Text 2/3
Features
- Syntax highlighting
- Jump to definition
- Auto-Completion
- Error checking and highlighting
- Nimble package manager integration
Installation
Latest/Unstable
Note that the latest version comes directly from the repository, and thus may be broken at any time! Thus, it is only recommended for those who wish to either help develop NimLime, or can work around bugs.
- Summon the command palette and select
Package Control: Add repository
- Enter the project's URL (https://github.com/Varriount/NimLime)
- Install
NimLime
through Package Control
Stable
- Install
NimLime
through Package Control (this version is usually older than the one here)
Settings
See Preferences -> PackageSettings -> NimLime
Autocompletion works per default in an on-demand mode. This means Ctrl+Space has to be pressed again to fetch Nim compiler completions. It can also be set into an immediate mode.
If auto-completions don't work copy the nim_update_completions
block from the NimLime
default key bindings file to the user key bindings file.
Checking the current file automatically on-save can be enabled through the setting check.on_save.enabled
.
The path to the compiler can be configured through the setting nim.executable
.
Per default it is set to nim
, which means that the compiler must be in your PATH
for the plugin to work.
Contributing
Pull requests are welcome! See DEVELOPMENT.md for an overview of NimLime's design.
Clone the repository in your Sublime package directory.
Install the AAAPackageDev.
Modify the .YAML-tmLanguage
files and regenerate the .tmLanguage
files
by summoning the command palette and selecting the Convert (YAML, JSON, PLIST) to...
command. Don't modify the .tmLanguage
files, they will be overwritten!