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.
- Host: GitHub
- URL: https://github.com/storyn26383/vim-vue
- Owner: storyn26383
- Created: 2017-09-07T15:57:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T03:10:55.000Z (about 3 years ago)
- Last Synced: 2025-04-29T17:42:01.651Z (about 1 year ago)
- Topics: vim, vue
- Language: Vim Script
- Homepage:
- Size: 13.7 KB
- Stars: 26
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-vue
Vim syntax highlighting for Vue components.

## 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)