mirror of https://github.com/folke/lazy.nvim.git
fix: removed spell again from site. not needed. can download in config/spell
This commit is contained in:
parent
94d012511d
commit
58f0876e81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue