From 76f4e0358beb088a8df6bda1f9312cf76660f617 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sun, 21 Apr 2024 01:45:00 +0300 Subject: [PATCH] remove old options --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index c1f986a..b050ed6 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,6 @@ compression_level = 3 # zstd compression level, 3 is recommended syntect.load_defaults = false # include default syntect themes syntect.themes_dir = "themes" # directory to include themes from syntect.theme = "Catppuccin Mocha" # theme file name (without `.tmTheme`) - -[precompression] # precompression settings -enable = false # gzip every file in static/ on startup -watch = true # keep watching and gzip files as they change ``` you don't have to copy it from here, it's generated if it doesn't exist