From 5a6ed5fcb3b89d0c2b4e8ba2953c4ba806d4b171 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 26 Apr 2019 14:49:26 -0400 Subject: added vim dir --- vim/.vim/plugged/i3-vim-syntax/ftdetect/i3.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/.vim/plugged/i3-vim-syntax/ftdetect/i3.vim (limited to 'vim/.vim/plugged/i3-vim-syntax/ftdetect') diff --git a/vim/.vim/plugged/i3-vim-syntax/ftdetect/i3.vim b/vim/.vim/plugged/i3-vim-syntax/ftdetect/i3.vim new file mode 100644 index 0000000..21603c5 --- /dev/null +++ b/vim/.vim/plugged/i3-vim-syntax/ftdetect/i3.vim @@ -0,0 +1,4 @@ +augroup i3_ftdetect + au! + au BufRead,BufNewFile *i3/config,*sway/config set ft=i3 +augroup END -- cgit v1.2.3