mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Update
This commit is contained in:
@@ -173,6 +173,10 @@ if !has_key(g:polyglot_is_disabled, 'openscad')
|
||||
au BufNewFile,BufRead *.scad setf openscad
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'nftables')
|
||||
au BufNewFile,BufRead *.nft,*/nftables.conf setf nftables
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'sway')
|
||||
au BufNewFile,BufRead *sway/config setf sway
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user