mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Fix weird indentation issue of yaml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml') == -1
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml-extras') == -1
|
||||
|
||||
" To make this file do stuff, add something like the following (without the
|
||||
" leading ") to your ~/.vimrc:
|
||||
|
||||
Reference in New Issue
Block a user