config-bootstrap/config.d/nvim.bash

11 lines
162 B
Bash
Raw Normal View History

2024-02-04 16:06:13 +01:00
#!/bin/bash
# Configuration NVIM
if [[ ! -d ~/.config/nvim ]]
then
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
nvim +PackerSync
fi