fix: removed spell again from site. not needed. can download in config/spell

This commit is contained in:
Folke Lemaitre 2022-12-21 20:09:12 +01:00
parent 94d012511d
commit 58f0876e81
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 0 additions and 1 deletions

View File

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