Подсветка twee
This commit is contained in:
parent
405c532be4
commit
4c81192d05
4
.vimrc
4
.vimrc
|
@ -54,6 +54,7 @@ Pack 'mustache/vim-mustache-handlebars', { 'for': ['mustache', 'handlebars'] }
|
|||
|
||||
Pack 'maksimr/vim-jsbeautify', { 'for': ['js', 'javascript'] }
|
||||
Pack 'roxma/LanguageServer-php-neovim', {'do': 'composer install && composer run-script parse-stubs'}
|
||||
Pack 'otommod/twee-sugarcube.vim', {'for': ['twee']}
|
||||
|
||||
let g:ale_completion_enabled = 1
|
||||
Pack 'w0rp/ale'
|
||||
|
@ -96,6 +97,9 @@ set noswapfile
|
|||
au BufRead,BufNewFile *.tpl set filetype=smarty
|
||||
au BufRead,BufNewFile *.cson set filetype=coffee
|
||||
au BufRead,BufNewFile *.heml set filetype=html
|
||||
au BufRead,BufNewFile *.twee set filetype=twee
|
||||
au BufRead,BufNewFile *.tw set filetype=twee
|
||||
au BufRead,BufNewFile *.tw2 set filetype=twee
|
||||
autocmd FileType html,htmldjango,jinjahtml,eruby,mako let b:closetag_html_style=1
|
||||
|
||||
if !has('nvim')
|
||||
|
|
Loading…
Reference in New Issue