mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(pack): add built-in plugin manager vim.pack
Problem: No built-in plugin manager Solution: Add built-in plugin manager Co-authored-by: Lewis Russell <lewis6991@gmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@ for k, v in pairs({
|
||||
health = true,
|
||||
secure = true,
|
||||
snippet = true,
|
||||
pack = true,
|
||||
_watch = true,
|
||||
}) do
|
||||
vim._submodules[k] = v
|
||||
|
||||
Reference in New Issue
Block a user