dotfiles/_scripts/post-install.sh

4 lines
95 B
Bash

#!/bin/sh
# nvim setup
nvim -c "lua require('lazy').sync({wait = true})" -c "MasonInstallAll"