From 7f79a6ef4be13a4511dfa8a06c9cedb9dcb3c67a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 3 Feb 2024 02:53:32 -0600 Subject: refactor: general formatting --- lua/plugins/context.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/context.lua') diff --git a/lua/plugins/context.lua b/lua/plugins/context.lua index e0625ab..b968f5a 100644 --- a/lua/plugins/context.lua +++ b/lua/plugins/context.lua @@ -14,7 +14,7 @@ return { -- Separator between context and content. Should be a single character string, like '-'. -- When separator is set, the context will only show up when there are at least 2 lines above cursorline. separator = nil, - zindex = 20, -- The Z-index of the context window + zindex = 20, -- The Z-index of the context window on_attach = nil, -- (fun(buf: integer): boolean) return false to disable attaching }, config = function(_, opts) -- cgit v1.2.3-54-g00ecf