Skip to content

Commit 30cc0d3

Browse files
committed
refactor(winhar)!: Changed name for TSNode component(__lockup -> _ellipsis)
1 parent 6ae0113 commit 30cc0d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lua/bars/components/winbar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ wbC.node = function (buffer, window, main_config)
138138
local lanuage = get_language(node);
139139
local lang_config = utils.match(main_config, lanuage or "default", {});
140140

141-
local item_config = utils.match(lang_config, "__lookup", {});
141+
local item_config = utils.match(lang_config, "_ellipsis", {});
142142

143143
_o = table.concat({
144144

lua/bars/winbar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ winbar.config = {
5656
separator_hl = "Comment",
5757

5858
default = {
59-
__lookup = {
59+
_ellipsis = {
6060
padding_left = " ",
6161
padding_right = " ",
6262

0 commit comments

Comments
 (0)