Skip to content

Commit 58f0876

Browse files
committed
fix: removed spell again from site. not needed. can download in config/spell
1 parent 94d0125 commit 58f0876

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/lazy/core/config.lua

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function M.setup(spec, opts)
142142
vim.fn.fnamemodify(vim.v.progpath, ":p:h:h") .. "/lib/nvim",
143143
vim.fn.stdpath("config"),
144144
vim.fn.stdpath("config") .. "/after",
145-
vim.fn.stdpath("data") .. "/site",
146145
}
147146
end
148147
for _, path in ipairs(M.options.performance.rtp.paths) do

0 commit comments

Comments
 (0)