From 473071f891d6c47f64bb2c45772ca06a07d72dca Mon Sep 17 00:00:00 2001 From: spinach Date: Tue, 27 Feb 2024 14:01:05 -0500 Subject: [PATCH] i forgot to enable --- config/lua/filetype.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/lua/filetype.lua b/config/lua/filetype.lua index 95a3d0f..303dc47 100644 --- a/config/lua/filetype.lua +++ b/config/lua/filetype.lua @@ -2,6 +2,9 @@ -- sway config vim.filetype.add({ + filename = { + ['/home/spinach/.dotfiles/gui/sway/base.conf'] = 'swayconfig', + }, pattern = { ['.*/sway/.*;'] = 'swayconfig', ['.*/sway/base.conf;'] = 'swayconfig',