1
- *hardy.txt* Arduino IDE integration for vim
1
+ *hardy.txt* Arduino language integration for vim
2
2
3
3
Reference Manual ~
4
4
@@ -15,11 +15,10 @@ CONTENTS *HardyContents*
15
15
+----------------------------------------------------------------------------+~
16
16
INTRODUCTION *Hardy*
17
17
18
- vim-hardy provides integration with the Arduino IDE, and syntax highlighting
19
- for the Arduino language. I decided to name this plugni what it is, because
20
- Arduino means "hardy friend" in italian. Note that I did not write the arduino
21
- syntax file, it was generated by Johannes Hoff's script which is available
22
- here:
18
+ vim-hardy adds support for the Arduino language in vim. I decided to name
19
+ this plugin what it is, because Arduino means "hardy friend" in italian. Note
20
+ that I did not write the arduino syntax file, it was generated by Johannes
21
+ Hoff's script which is available here:
23
22
http://bitbucket.org/johannes/arduino-vim-syntax
24
23
25
24
+----------------------------------------------------------------------------+~
@@ -43,23 +42,23 @@ options should be set in your vimrc.
43
42
44
43
#----------------------------------------------------------------------------#~
45
44
*'g:hardy_arduino_path'*
46
- Values: Any string
45
+ Values: string
47
46
Default: arduino
48
47
49
48
Sets the path to the arduino IDE executable. By default, it is looked for in
50
49
your PATH.
51
50
52
51
#----------------------------------------------------------------------------#~
53
52
*'g:hardy_arduino_options'*
54
- Values: Any string
53
+ Values: string
55
54
Default: ''
56
55
57
56
Any additional options to be passed to the arduino ide when uploading or
58
57
verifying.
59
58
60
59
#----------------------------------------------------------------------------#~
61
60
*'g:hardy_window_name'*
62
- Values: Any string
61
+ Values: string
63
62
Default: __Arduino_Info__
64
63
65
64
This option is used to set the name for the split window used to show the
0 commit comments