i forgot to enable

This commit is contained in:
spinach 2024-02-27 14:01:53 -05:00
parent 473071f891
commit 6db84fce7e

View File

@ -6,8 +6,7 @@ vim.filetype.add({
['/home/spinach/.dotfiles/gui/sway/base.conf'] = 'swayconfig', ['/home/spinach/.dotfiles/gui/sway/base.conf'] = 'swayconfig',
}, },
pattern = { pattern = {
['.*/sway/.*;'] = 'swayconfig', ['.*/sway/.*%.conf;'] = 'swayconfig',
['.*/sway/base.conf;'] = 'swayconfig',
}, },
}) })