Skip to content

Commit 1dd99ed

Browse files
committed
feat: winfixwidth for toc
1 parent 1f40253 commit 1dd99ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/neorg/modules/core/qol/toc/module.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ local function create_ui(tabpage, split_dir, enter)
440440
ui_wo.foldexpr = "v:lua.vim.treesitter.foldexpr()"
441441
ui_wo.foldlevel = 99
442442
ui_wo.winfixbuf = true
443+
ui_wo.winfixwidth = true
443444

444445
if module.config.public.sync_cursorline then
445446
ui_wo.cursorline = true

0 commit comments

Comments
 (0)