Skip to content

Commit

Permalink
chore(outline.nvim): tweak "outline.nvim" configs (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Dec 4, 2024
1 parent 3f2cccb commit cc03a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/hedyhli/outline-nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ require("outline").setup({
width = constants.window.layout.sidebar.scale * 100,
},
symbol_folding = {
autofold_depth = 3,
autofold_depth = 2,
},
})

0 comments on commit cc03a5e

Please sign in to comment.