summaryrefslogtreecommitdiffstats
path: root/indent/fish.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/fish.vim')
-rw-r--r--indent/fish.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/indent/fish.vim b/indent/fish.vim
deleted file mode 100644
index c5f8e50e..00000000
--- a/indent/fish.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fish') == -1
-
-setlocal indentexpr=fish#Indent()
-setlocal indentkeys+==end,=else,=case
-
-endif