neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim.git
Log | Files | Refs

commit 25e1120e023a9f36ff75fe2fa012d2fbe07faff9
parent bc3d2837be8d26b54c3973b5b18f5c2ee43eb1c7
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Thu,  9 Sep 2021 11:34:41 +0200

update

Diffstat:
Mlua/tms/ws/file_pairs.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/tms/ws/file_pairs.lua b/lua/tms/ws/file_pairs.lua @@ -33,7 +33,7 @@ M.config = function() if ext == 'html' then set_mark('t', file, true) elseif ext == 'scss' then - set_mark('c', file, true) + set_mark('s', file, true) elseif ext == 'dart' then set_mark('d', file, true) end