fix wez word boundry

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-05-10 16:06:23 +08:00
parent 4b8e761219
commit bd35155080

View File

@@ -14,7 +14,7 @@ return {
},
},
},
selection_word_boundary = [[ \t\n{}[]()"'`=]],
selection_word_boundary = " \t\n{}[]()\"'`=,.",
use_fancy_tab_bar = true,
-- hide_tab_bar_if_only_one_tab = true,
color_scheme = 'tokyonight',