get_setup is local
This commit is contained in:
@@ -19,7 +19,7 @@ if fn.empty(fn.glob(install_path)) > 0 then
|
||||
end
|
||||
vim.api.nvim_command('packadd packer.nvim')
|
||||
|
||||
function get_setup(name)
|
||||
local function get_setup(name)
|
||||
return string.format('require("setup/%s")', name)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user