Add a vim plugin for svelte
This commit is contained in:
parent
d1b4005a4b
commit
336866016b
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue