# Options for vim.cmd in Neovim ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2023-08-02]] **Topic**:: [[♯ Vim]] **Parent**:: [[Neovim]] ## Synopsis `:help nvim_parse_cmd` ```lua vim.cmd.source(file, { emsg_silent = true, -- silent! source silent = true, -- silent source }); ```