This commit is contained in:
2025-02-05 17:48:02 +01:00
parent 6d2a30113d
commit a159bbe8d2
30 changed files with 5302 additions and 8 deletions

View File

@ -87,6 +87,26 @@
🗄 Plugins
</a>
</li>
<li class="drac-box">
<a href="."
class="
drac-anchor btn-toggle d-inline-flex align-items-center border-0 drac-text-purple--hover collapsed"
data-bs-toggle="collapse" data-bs-target="#📑-tutorials-collapse" aria-expanded="false">
📑 Tutorials
</a>
<div class="collapse" id="📑-tutorials-collapse">
<ul class="mb-5 drac-list drac-list-none">
<li class="drac-box-ternary">
<a href="apollonvim/tutorials/01.%20vimplug/"
class="
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
How to install vim.plug into Neovim
</a>
</li>
</ul>
</div>
</li>
<li class="drac-box">
<a href="contact/"
class="
@ -168,6 +188,7 @@
<p><h1 id="apollonvim">🚀 ApolloNvim</h1>
<h4 id="verzion-2501">Verzion: 25.01</h4>
<h4 id="web-v-cestine-najdes-po-kliknuti-na-tento-odkaz"><a href="https://apollonvim.codeberg.page/cz/">Web v Češtině najdeš po kliknutí na tento odkaz</a></h4>
<p><a href="https://codeberg.org/ApolloNvim" target="_blank">Project repository</a></p>
<h2 id="programming-is-much-more-fun-when-you-are-efficient-neovim-can-get-you-there-eventually-but-you-have-to-be-willing-to-try-new-things-new-plugins-new-remaps-etc">Programming is much more fun when you are efficient. Neovim can get you there eventually, but you have to be willing to try new things. New plugins, new remaps, etc.</h2>
<h2 id="tutorials">Tutorials:</h2>
<p>👉 Neovim setup for Front-End development based on <a href="https://github.com/junegunn/vim-plug" target="_blank">Plug.vim</a>, <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> and <a href="https://neovim.io/doc/user/lua-guide.html" target="_blank">Lua</a>.</p>