summaryrefslogtreecommitdiff
path: root/modules/polyglot.vim
diff options
context:
space:
mode:
Diffstat (limited to 'modules/polyglot.vim')
-rw-r--r--modules/polyglot.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/polyglot.vim b/modules/polyglot.vim
new file mode 100644
index 00000000..08c5d72c
--- /dev/null
+++ b/modules/polyglot.vim
@@ -0,0 +1,4 @@
+aug i3config_ft_detection
+ au!
+ au BufNewFile,BufRead ~/.config/i3/config set filetype=i3config
+aug end