This document is a collection of user-submitted instructions for setting up a text editor for Unison development. This document is a UnisonDoc
term in aUnison codebaseand contributions are welcome!
Vim
Usingvim-plug:
- Installvim-plugif you haven't already.
- Add the following to your .vimrc:
Plug 'unisonweb/unison', { 'branch': 'trunk', 'rtp': 'editor-support/vim' }
- Issue the vim command
:PlugInstall
.
For more information run:help unison
from within vim or view theonline help doc.
Atom
From the console, run:
apm install unisonweb/atom-unison
VS Code
- Bring up the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of VS Code, or with ⇧⌘X.
- Search for "unison"
- Select "Unison Syntax Highlighting" and click "Install."
Emacs
Installunison-mode.