From 336866016b8012371a60aeb0d717a878e780fc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 30 Jun 2024 13:50:41 +0200 Subject: [PATCH] Add a vim plugin for svelte --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d51a502..0ca946c 100644 --- a/.vimrc +++ b/.vimrc @@ -13,6 +13,7 @@ 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. +Plug 'leafOfTree/vim-svelte-plugin' " Vim syntax and indent plugin for .svelte files. call plug#end()