doti/programs/neovim.sh

11 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
. "std.sh"
program_begin neovim
pacinstall neovim
mkdir -p ~/.config
git clone https://github.com/RoBaertschi/simple-nvim.git ~/.config/nvim
program_end