An open API service indexing awesome lists of open source software.

https://github.com/storyn26383/vim-vue

Vim syntax highlighting for Vue components.
https://github.com/storyn26383/vim-vue

vim vue

Last synced: 12 months ago
JSON representation

Vim syntax highlighting for Vue components.

Awesome Lists containing this project

README

          

# vim-vue

Vim syntax highlighting for Vue components.

![vim-vue](https://i.imgur.com/7vpgGQG.png)

## Features

- Integrates with [vim-commentary](https://github.com/tpope/vim-commentary)
- Support variety of languages, including:
- HTML
- Pug
- JavaScript
- TypeScript
- CSS
- CASS
- SCSS
- Stylus

## Installation

### Using Vundle

Add the following to your `.vimrc` then run `:PluginInstall`

```viml
Plugin 'storyn26383/vim-vue'
```

## Recommended Plugins

- [vim-commentary](https://github.com/tpope/vim-commentary)
- [vim-pug](https://github.com/digitaltoad/vim-pug)
- [vim-javascript](https://github.com/pangloss/vim-javascript)
- [typescript-vim](https://github.com/leafgarland/typescript-vim)
- [vim-css3-syntax](https://github.com/hail2u/vim-css3-syntax)
- [scss-syntax.vim](https://github.com/cakebaker/scss-syntax.vim)
- [vim-stylus](https://github.com/iloginow/vim-stylus)