diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:22:48 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:22:48 +0200 |
commit | 4f997c5c82d49ce3e2791eb0679e992751bf39a7 (patch) | |
tree | 05a060e7a0d83e6775e26701141d38c9b56eb5ee /autoload/polyglot/init.vim | |
parent | c6f9e5b2117380b67de5bb4502bf4053378ac3c9 (diff) | |
download | vim-polyglot-4f997c5c82d49ce3e2791eb0679e992751bf39a7.tar.gz vim-polyglot-4f997c5c82d49ce3e2791eb0679e992751bf39a7.zip |
Update
Diffstat (limited to 'autoload/polyglot/init.vim')
-rw-r--r-- | autoload/polyglot/init.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index 07d18697..781c9e57 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -2301,14 +2301,6 @@ if !has_key(g:polyglot_is_disabled, 'icalendar') au BufNewFile,BufRead *.ics setf icalendar endif -if !has_key(g:polyglot_is_disabled, 'i3') - au BufNewFile,BufRead *.i3.config,*.i3config,{.,}i3.config,{.,}i3config,i3.config,i3config setf i3config -endif - -if !has_key(g:polyglot_is_disabled, 'sway') - au BufNewFile,BufRead *.i3.config,*.i3config,*.sway.config,*.swayconfig,*sway/config,i3.config,sway.config setf i3config -endif - if !has_key(g:polyglot_is_disabled, 'hive') au BufNewFile,BufRead *.hql,*.q,*.ql setf hive endif |