Skip to content

Commit

Permalink
[Feat] add default has_background config
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Jul 3, 2024
1 parent e4e8649 commit 57b7676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/codesnap/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function config_module.get_config(extension)
theme = "base16-onedark",
file_path = static.config.has_breadcrumbs and get_file_path(static.config.show_workspace) or "",
start_line_number = static.config.has_line_number and start_line_number or nil,
has_background = true,
}, static.config)

config.save_path = parse_save_path(config.save_path)
Expand Down

0 comments on commit 57b7676

Please sign in to comment.