wip
This commit is contained in:
parent
46597d1677
commit
d49530a51a
2 changed files with 81 additions and 519 deletions
|
@ -83,6 +83,13 @@
|
|||
fi
|
||||
}
|
||||
|
||||
checkAndInitConfig() {
|
||||
if [ -d "$HOME/.config/nvim/" ]; then
|
||||
echo_info "Prefetching neovim setup configuration.."
|
||||
run nvim --headless +q
|
||||
fi
|
||||
}
|
||||
|
||||
if getImports; then
|
||||
case "$1" in
|
||||
--silent | -s)
|
||||
|
@ -97,4 +104,5 @@
|
|||
installBuildDependencies
|
||||
cloneSources
|
||||
makeInstall
|
||||
checkAndInitConfig
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue