dotfiles/scripts/post-install.sh

5 lines
95 B
Bash
Raw Permalink Normal View History

2024-06-25 00:06:22 +02:00
#!/bin/sh
# nvim setup
nvim -c "lua require('lazy').sync({wait = true})" -c "MasonInstallAll"