and also a small typo fix

This commit is contained in:
BirdeeHub 2024-01-04 15:16:01 -08:00
commit 82fd235912

View file

@ -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",