Skip to content

Commit

Permalink
fix(config): update fold arrow icons (fixes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
DNLHC committed Jun 12, 2023
1 parent 6da4999 commit 84da89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ glance.setup({
},
hooks = {},
folds = {
fold_closed = '',
fold_open = '',
fold_closed = '',
fold_open = '',
folded = true, -- Automatically fold list on startup
},
indent_lines = {
Expand Down
4 changes: 2 additions & 2 deletions lua/glance/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ function config.setup(user_config, actions)
},
hooks = {},
folds = {
fold_closed = '',
fold_open = '',
fold_closed = '',
fold_open = '',
folded = true,
},
indent_lines = {
Expand Down

0 comments on commit 84da89a

Please sign in to comment.