forked from itfrombit/nuvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (18 loc) · 767 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DESCRIPTION:
Vim Syntax and Plugin files for Nu.
The Nu syntax file provides basic syntax highlighting.
The Nu plugin provides two features within Vim:
1. Reindents Nu code via nubile.
2. Integrates Nu with screen.
These features are mapped to the following keystrokes:
<C-c><C-c> : Send current scope or selection to screen
<C-c>f : Send entire file to screen
<C-c>c : Connect to a different screen session
<C-c>n : Reindent Nu file
More details on the plugin functionality are in the
comments at the top of the plugin nu.vim file.
INSTALLATION:
Place these files in either your ~/.vim directory
or (on Mac OS X) in /usr/share/vim/...
Put a line like this in your ~/.vimrc file:
au BufNewFile,BufRead *.nu,*.nujson,Nukefile setf nu