From 9d74eb845138200c0cb69470329b33ff1b1518a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Wed, 26 Jul 2023 20:34:19 +0200 Subject: [PATCH] Add the vim-vue-plugin --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index f151f4f..d51a502 100644 --- a/.vimrc +++ b/.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()