summaryrefslogtreecommitdiff
path: root/lua/plugins/context.lua
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-02-03 02:53:32 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-02-03 02:53:32 -0600
commit7f79a6ef4be13a4511dfa8a06c9cedb9dcb3c67a (patch)
tree0a1e37da334a0af3423345534a3bff8bb846720e /lua/plugins/context.lua
parent143e63831568a91a0a7e614dc1be8d9ac25c0750 (diff)
refactor: general formatting
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)