mirror of
https://github.com/wuelnerdotexe/vim-astro.git
synced 2025-12-16 05:47:07 +08:00
fix(indent): remove unused variable for enable indent
This commit is contained in:
@@ -13,15 +13,6 @@ if exists('b:did_indent')
|
||||
finish
|
||||
endif
|
||||
|
||||
" Astro indent variables are initialized.
|
||||
let g:astro_indent = get(g:, 'astro_indent', 'disable')
|
||||
|
||||
" Only load this indent file (experimental) when is explicit enable.
|
||||
" TODO: When the indentation is stable, this option will be removed.
|
||||
if g:astro_indent != 'enable'
|
||||
finish
|
||||
endif
|
||||
|
||||
let b:html_indent_script1 = 'inc'
|
||||
let b:html_indent_style1 = 'inc'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user