-- -- local include plugin -- local local_config_file = vim.fn.stdpath("config") .. "/local.lua" if vim.uv.fs_stat(local_config_file) then dofile(local_config_file) end