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 fi
#Symbolic just in case. #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. # Install plugin for vim-plug.
vim +PlugInstall +qall vim +PlugInstall +qall

View File

@@ -10,3 +10,7 @@ For ale:
For YCM: For YCM:
https://github.com/ycm-core/YouCompleteMe?tab=readme-ov-file#option-2-provide-the-flags-manually https://github.com/ycm-core/YouCompleteMe?tab=readme-ov-file#option-2-provide-the-flags-manually
https://github.com/ycm-core/YouCompleteMe?tab=readme-ov-file#commands https://github.com/ycm-core/YouCompleteMe?tab=readme-ov-file#commands
For asciidoctor writer guide:
https://asciidoctor.org/docs/asciidoc-writers-guide/