i forgot to enable

This commit is contained in:
spinach 2024-02-27 13:59:35 -05:00
parent 2f604b9c15
commit 51e61b4bc2

View File

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