Switch nvim to astronvim
This commit is contained in:
parent
a1d2535956
commit
6ec64f09c8
31 changed files with 414 additions and 319 deletions
|
|
@ -7,9 +7,9 @@ groups = ["base"]
|
|||
|
||||
[[autoinstall]]
|
||||
type = "git"
|
||||
source = "https://github.com/wbthomason/packer.nvim"
|
||||
target = "$HOME/.local/share/nvim/site/pack/packer/start/packer.nvim"
|
||||
hook = '[ -x "$(command -v nvim)" ] && nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerSync"'
|
||||
source = "https://github.com/AstroNvim/AstroNvim"
|
||||
target = "$HOME/.config/nvim"
|
||||
hook = '[ -x "$(command -v nvim)" ] && nvim --headless +q'
|
||||
groups = ["base"]
|
||||
|
||||
[[autoinstall]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue