mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
1 Commits
68a349c145
...
f0794e7f58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0794e7f58 |
@ -3,7 +3,7 @@ local ffi = require("statuscol.ffidef")
|
||||
local C = ffi.C
|
||||
|
||||
-- only show fold level up to this level
|
||||
local fold_level_limit = 3
|
||||
local fold_level_limit = 2
|
||||
local function foldfunc(args)
|
||||
local foldinfo = C.fold_info(args.wp, args.lnum)
|
||||
if foldinfo.level > fold_level_limit then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user