|
|
|
|
|
by vectorpush
4783 days ago
|
|
Seamless integration into a Unix terminal environment is one of vim's biggest advantages. As an example, the ubiquitous plugin syntastic provides syntax checking for several dozen languages by simply passing your source through the respective command line interpreter and piping the error response back into vim. |
|