From 2e50adc76360bd817ad82adf8d62bd8635238d5c Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Tue, 24 Oct 2017 23:00:21 +0200 Subject: [PATCH] Support sway config file --- ftdetect/i3.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdetect/i3.vim b/ftdetect/i3.vim index 6995280..21603c5 100644 --- a/ftdetect/i3.vim +++ b/ftdetect/i3.vim @@ -1,4 +1,4 @@ augroup i3_ftdetect au! - au BufRead,BufNewFile *i3/config set ft=i3 + au BufRead,BufNewFile *i3/config,*sway/config set ft=i3 augroup END