Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit da8cc77

Browse files
committed
fix: typo on customize_buf_label
1 parent b2a377d commit da8cc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/completion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ M.completionToggle = function()
159159
end
160160
end
161161

162-
M.customisze_buf_label = function(label)
162+
M.customize_buf_label = function(label)
163163
api.nvim_buf_set_var(0, "completion_buf_customize_lsp_label", label)
164164
end
165165

0 commit comments

Comments
 (0)