summaryrefslogtreecommitdiff
path: root/lua/plugins/context.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/context.lua')
-rw-r--r--lua/plugins/context.lua2
1 files changed, 1 insertions, 1 deletions
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)