You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-11Lines changed: 27 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ And contains the features you expect from a modern code editor :
23
23
- grunt/gulp support (coming soon)
24
24
- all the awesomeness from Vim
25
25
26
+
> The WebVim idea is to provide you a vim distribution: something that comes prepackaged, preconfigured, built on a kernel to serve a goal. WebVim is to vim what Debian is to Linux, a vim distribution for the web.
26
27
27
28
## Install
28
29
@@ -34,38 +35,51 @@ On a Ubuntu (from 15.04)
34
35
35
36
1. A modern version of Vim
36
37
37
-
apt-get install vim vim-runtime vim-gui-common
38
+
```sh
39
+
apt-get install vim vim-runtime vim-gui-common
40
+
```
38
41
39
42
or compile a recent version with `xterm_clipboard` and `ruby` or `python` support.
The plugins install can take some times, especially since there's a compilation made by YouCompleteMe. If you've the feeling the install has frozen, you can finish the install after by entering the command `:PlugInstall`.
69
83
70
84
## Hardcore mode
71
85
@@ -188,6 +202,8 @@ WebVim is only a Vim distribution with plugins and configuration, so all common
0 commit comments