testing specific file

This commit is contained in:
spinach 2024-02-27 13:49:48 -05:00
parent 1f040086ee
commit 8c92f2d371

View File

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