mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 14:50:06 +08:00
Fix lang#extra layer for proper pug support (#2559)
This commit is contained in:
parent
6c18bdfa9c
commit
f8ff87b4ec
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
function! SpaceVim#layers#lang#extra#plugins() abort
|
function! SpaceVim#layers#lang#extra#plugins() abort
|
||||||
let plugins = [
|
let plugins = [
|
||||||
\ ['digitaltoad/vim-jade', { 'on_ft' : ['jade']}],
|
\ ['digitaltoad/vim-pug', { 'on_ft' : ['pug', 'jade']}],
|
||||||
\ ['juvenn/mustache.vim', { 'on_ft' : ['mustache']}],
|
\ ['juvenn/mustache.vim', { 'on_ft' : ['mustache']}],
|
||||||
\ ['kchmck/vim-coffee-script', { 'on_ft' : ['coffee']}],
|
\ ['kchmck/vim-coffee-script', { 'on_ft' : ['coffee']}],
|
||||||
\ ['PotatoesMaster/i3-vim-syntax', { 'on_ft' : 'i3'}],
|
\ ['PotatoesMaster/i3-vim-syntax', { 'on_ft' : 'i3'}],
|
||||||
|
Loading…
Reference in New Issue
Block a user