From 58f0876e81881c487ea10e393fa828a1c45c74f4 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 21 Dec 2022 20:09:12 +0100 Subject: [PATCH] fix: removed spell again from site. not needed. can download in config/spell --- lua/lazy/core/config.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 5b0e829..63bc99f 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -142,7 +142,6 @@ function M.setup(spec, opts) vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim", vim.fn.stdpath("config"), vim.fn.stdpath("config") .. "/after", - vim.fn.stdpath("data") .. "/site", } end for _, path in ipairs(M.options.performance.rtp.paths) do