ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Nim​Lime

by nim-lang ALL

Super Nim Plugin for Sublime Text 2/3

Details

Installs

  • Total 11K
  • Win 4K
  • Mac 3K
  • Linux 4K
May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16
Windows 0 1 0 0 2 0 1 1 2 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 1 1 2 1 0 0 0 2 2 0 2 0 0 0 2 1 3 1 2
Mac 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 2 0 0 0 0 1 1 0 0 0
Linux 0 1 1 0 0 0 2 0 0 0 1 1 2 1 1 1 0 0 1 0 0 0 1 2 1 0 0 0 1 1 2 2 1 1 0 0 0 0 1 0 1 1 3 0 1 1

Readme

Source
raw.​githubusercontent.​com

NimLime

Nim Programming Language plugin for Sublime Text

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.

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

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!