`nvim -c <コマンド>` で実行できる。 ```bash # 3つに分割 nvim -c 'split' -c 'vsplit' # Lazy.nvimのsync nvim -c ':lua require("lazy").sync()' ```