Add the vim-vue-plugin
This commit is contained in:
parent
2bac6c7df4
commit
9d74eb8451
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -12,6 +12,7 @@ Plug 'rust-lang/rust.vim' " Vim configuration for Rust.
|
|||
Plug 'cespare/vim-toml' " Vim syntax for TOML.
|
||||
Plug 'editorconfig/editorconfig-vim' " EditorConfig plugin
|
||||
Plug 'Yggdroot/indentLine' " Display thin vertical lines at each indentation level
|
||||
Plug 'leafOfTree/vim-vue-plugin' " Vim syntax and indent plugin for .vue files.
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue