summaryrefslogtreecommitdiffstats
path: root/indent/nix.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/nix.vim')
-rw-r--r--indent/nix.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/nix.vim b/indent/nix.vim
index 24b19cdc..6c869de5 100644
--- a/indent/nix.vim
+++ b/indent/nix.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('nix', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'nix')
finish
endif