summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/polyglot/init.vim')
-rw-r--r--autoload/polyglot/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim
index 6c2e9b87..e463f3ac 100644
--- a/autoload/polyglot/init.vim
+++ b/autoload/polyglot/init.vim
@@ -2215,7 +2215,7 @@ if !has_key(g:polyglot_is_disabled, 'llvm')
endif
if !has_key(g:polyglot_is_disabled, 'livescript')
- au BufNewFile,BufRead *._ls,*.ls,Slakefile setf livescript
+ au BufNewFile,BufRead *._ls,*.ls,Slakefile setf ls
endif
if !has_key(g:polyglot_is_disabled, 'lilypond')