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

main
spinach 9 months ago
parent d01ee98ec5
commit ba643c576c

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

Loading…
Cancel
Save