Skip to content

Commit

Permalink
fix: removed spell again from site. not needed. can download in confi…
Browse files Browse the repository at this point in the history
…g/spell
  • Loading branch information
folke committed Dec 21, 2022
1 parent 94d0125 commit 58f0876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f0876

Please sign in to comment.