mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
add support for puppet
The "standard" puppet vim plugin has moved to Voxpupuli. This plugin requires tabular and syntastic, both of which we already provide.
This commit is contained in:
parent
7b63be8a3a
commit
6c69f0dcc2
@ -10,6 +10,7 @@ function! SpaceVim#autocmds#init() abort
|
|||||||
autocmd FileType jsp call JspFileTypeInit()
|
autocmd FileType jsp call JspFileTypeInit()
|
||||||
autocmd FileType html,css,jsp EmmetInstall
|
autocmd FileType html,css,jsp EmmetInstall
|
||||||
autocmd FileType java call JavaFileTypeInit()
|
autocmd FileType java call JavaFileTypeInit()
|
||||||
|
autocmd BufRead,BufNewFile *.pp setfiletype puppet
|
||||||
autocmd BufEnter,WinEnter,InsertLeave * set cursorline
|
autocmd BufEnter,WinEnter,InsertLeave * set cursorline
|
||||||
autocmd BufLeave,WinLeave,InsertEnter * set nocursorline
|
autocmd BufLeave,WinLeave,InsertEnter * set nocursorline
|
||||||
autocmd BufReadPost *
|
autocmd BufReadPost *
|
||||||
|
@ -24,6 +24,7 @@ function! SpaceVim#layers#lang#plugins() abort
|
|||||||
\ ['isundil/vim-irssi-syntax', { 'on_ft' : 'irssi'}],
|
\ ['isundil/vim-irssi-syntax', { 'on_ft' : 'irssi'}],
|
||||||
\ ['lervag/vimtex', { 'on_ft' : 'tex'}],
|
\ ['lervag/vimtex', { 'on_ft' : 'tex'}],
|
||||||
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
|
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
|
||||||
|
\ ['voxpupuli/vim-puppet', {'on_ft' : 'puppet'}],
|
||||||
\ ['rust-lang/rust.vim', {'merged' : 1}],
|
\ ['rust-lang/rust.vim', {'merged' : 1}],
|
||||||
\ ]
|
\ ]
|
||||||
" python
|
" python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user