Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ require("astrotheme").setup({

termguicolors = true, -- Bool value, toggles if termguicolors are set by AstroTheme.

terminal_color = true, -- Bool value, toggles if terminal_colors are set by AstroTheme.
terminal_colors = true, -- Bool value, toggles if terminal_colors are set by AstroTheme.

plugin_default = "auto", -- Sets how all plugins will be loaded
-- "auto": Uses lazy / packer enabled plugins to load highlights.
Expand Down
Loading