diff options
author | Chris <[email protected]> | 2020-04-23 22:44:32 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-23 22:44:32 -0400 |
commit | 29b0a5c47862f387c5905a85d2c03e056003b915 (patch) | |
tree | 7b8e4c064e9285f685a9e1c14d00e5d9c81b117c /modules/polyglot.vim | |
parent | 6f4727d620f50e31f5043f33b6bccd86c8d73972 (diff) |
auto push
Diffstat (limited to 'modules/polyglot.vim')
-rw-r--r-- | modules/polyglot.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/polyglot.vim b/modules/polyglot.vim deleted file mode 100644 index 08c5d72c..00000000 --- a/modules/polyglot.vim +++ /dev/null @@ -1,4 +0,0 @@ -aug i3config_ft_detection - au! - au BufNewFile,BufRead ~/.config/i3/config set filetype=i3config -aug end |