summaryrefslogtreecommitdiff
path: root/modules/polyglot.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-09 14:09:56 -0400
committerChris <[email protected]>2020-04-09 14:09:56 -0400
commitde8b5598e795b55ed70458cc37e6d237241a8ff0 (patch)
treef2d11537b5638f35c0bc527708f679570b8a832d /modules/polyglot.vim
parent374e3ab69621d03571c36e248ab311c0facffec9 (diff)
updates and stuff
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