From 82fd235912ce502bd7fc38c8332756327c35b3c1 Mon Sep 17 00:00:00 2001 From: BirdeeHub Date: Thu, 4 Jan 2024 15:16:01 -0800 Subject: [PATCH] and also a small typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf0f46..93f2385 100644 --- a/README.md +++ b/README.md @@ -424,7 +424,7 @@ return { rtp = { reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory ---@type string[] - paths = {}, -- add any custom paths here that you want to includes in the rtp + paths = {}, -- add any custom paths here that you want to include in the rtp ---@type string[] list any plugins you want to disable here disabled_plugins = { -- "gzip",