Skip to content

Commit d43b85c

Browse files
committed
Use simple quote for Vundle Plugin
Otherwise you get : ```shell Error detected while processing /home/n3b/.vimrc: line 20: E471: Argument required: Plugin Press ENTER or type command to continue ```
1 parent a9865b6 commit d43b85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using [Vundle](https://github.com/gmarik/vundle)
1616

1717
```VimL
1818
19-
Plugin "sudar/vim-arduino-syntax"
19+
Plugin 'sudar/vim-arduino-syntax'
2020
2121
And :PluginInstall
2222

0 commit comments

Comments
 (0)