testing specific file

This commit is contained in:
spinach 2024-02-27 13:41:09 -05:00
parent ba643c576c
commit f05840ac05

View File

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