switching from autobuf to filetype commands to recognize configs and calcurse notes

This commit is contained in:
spinach 2024-02-27 13:34:27 -05:00
parent d01ee98ec5
commit ba643c576c

View File

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