commit bc3d2837be8d26b54c3973b5b18f5c2ee43eb1c7
parent 64e5f8999776af574497148a828540da67a601c5
Author: Tomas Nemec <nemi@skaut.cz>
Date: Thu, 9 Sep 2021 11:33:37 +0200
update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/tms/ws/init.lua b/lua/tms/ws/init.lua
@@ -9,7 +9,7 @@ ws.mail = {
config = function() kb.nnoremap('<leader>pa', [[<cmd>lua require("tms.p.telescope").mail_address()<cr>]]) end,
}
-ws.file_pairs = {buffer = '*', config = function() require('tms.ws.ft_mark').config() end}
+ws.file_pairs = {buffer = '*', config = function() require('tms.ws.file_pairs').config() end}
ws.medoro = {
path = '*/medoro/**',