mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 09:44:07 +00:00
test: replace lfs with luv and vim.fs
test: replace lfs with luv luv already pretty much does everything lfs does, so this duplication of dependencies isn't needed.
This commit is contained in:
@@ -54,6 +54,7 @@ require('vim.shared')
|
||||
vim._submodules = {
|
||||
inspect = true,
|
||||
version = true,
|
||||
fs = true,
|
||||
}
|
||||
|
||||
-- These are for loading runtime modules in the vim namespace lazily.
|
||||
|
||||
Reference in New Issue
Block a user