added about asciidocs

This commit is contained in:
2025-09-07 19:54:59 +03:00
parent 8cfb6ba167
commit a07a1aeac1
2 changed files with 8 additions and 1 deletions

View File

@@ -123,7 +123,10 @@ libpython3-dev ruby-dev lua5.2 liblua5.2-dev libperl-dev git
fi
#Symbolic just in case.
$user ln -s $DIR/share/vim/vim91 /usr/share/vim
$user ln -s $DIR/share/vim/vim91 /usr/share/vim || {
$user rm -rf /usr/share/vim
$user ln -s $DIR/share/vim/vim91 /usr/share/vim
}
# Install plugin for vim-plug.
vim +PlugInstall +qall