Skip to content

Commit d00b3e3

Browse files
committed
Add vim-riot plugin
1 parent d89303f commit d00b3e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

plugins.vim

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Plug 'junegunn/fzf.vim'
175175

176176
" Language Groups
177177
let language_groups = {
178-
\ 'web': ['css', 'html', 'html.handlebars',
178+
\ 'web': ['css', 'html', 'html.handlebars', 'tag',
179179
\ 'javascript.jsx', 'liquid', 'sass', 'scss']
180180
\ }
181181

@@ -241,6 +241,9 @@ Plug 'zchee/deoplete-jedi',
241241
\ { 'for': 'python' }
242242
\ | Plug 'lambdalisue/vim-pyenv',
243243
\ { 'for': 'python' }
244+
" Riot
245+
Plug 'ryym/vim-riot',
246+
\ { 'for': 'riot' }
244247

245248
" Ruby
246249
Plug 'tpope/vim-rbenv',

0 commit comments

Comments
 (0)