From 1db24e55276ffdd4d48808102349ecdf20f00de7 Mon Sep 17 00:00:00 2001 From: spinach Date: Tue, 27 Feb 2024 14:02:55 -0500 Subject: [PATCH] trailing semicolon --- config/lua/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lua/filetype.lua b/config/lua/filetype.lua index fae53b9..cc346e0 100644 --- a/config/lua/filetype.lua +++ b/config/lua/filetype.lua @@ -6,7 +6,7 @@ vim.filetype.add({ ['/home/spinach/.dotfiles/gui/sway/base.conf'] = 'swayconfig', }, pattern = { - ['.*/sway/.*%.conf;'] = 'swayconfig', + ['.*/sway/.*'] = 'swayconfig', }, })