This commit is contained in:
kankys 2025-02-06 01:08:31 +01:00
parent 5d5b6747af
commit 6af61045d6
30 changed files with 67 additions and 61 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>🚀ApolloNvim</title>
<title>🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>🛠 Instalace - 🚀ApolloNvim</title>
<title>🛠 Instalace - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>🗄 Pluginy - 🚀ApolloNvim</title>
<title>🗄 Pluginy - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak nainstalovat vim.plug - 🚀ApolloNvim</title>
<title>Jak nainstalovat vim.plug - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>
@ -327,7 +327,7 @@
<p><code>~/.config/nvim/init.vim</code></p>
<p>Windows:</p>
<p><code>~\AppData\Local\nvim\init.vim</code></p>
<p>Běžte na tuto <a href="https://github.com/junegunn/vim-plug">stránku</a> pod Installation si najděte svůj operační systém a zkopírujte odkaz pod ním do svého terminálu a pomocí Enter nainstalujete vim.plug.</p>
<p>Běžte na tuto <a href="https://github.com/junegunn/vim-plug" target="_blank">stránku</a> pod Installation si najděte svůj operační systém a zkopírujte odkaz pod ním do svého terminálu a pomocí Enter nainstalujete vim.plug.</p>
<p>Na Linuxu a macOS to bude tento příkaz:</p>
<div class="codehilite"><pre><span></span><code><span class="s s-Atom">sh</span> <span class="o">-</span><span class="s s-Atom">c</span> <span class="s s-Atom">&#39;curl -fLo &quot;${XDG_DATA_HOME:-$HOME/.local/share}&quot;/nvim/site/autoload/plug.vim --create-dirs \</span>
<span class="s s-Atom"> https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim&#39;</span>
@ -354,7 +354,10 @@
<p>A příkazem <code>Nvim</code> v terminálu spustíme Neovim. Pokud vám vyskočí chybové hlášení jen ho odklikněte.</p>
<p>Pomocí <code>Ctrl + :</code> se dostanete do příkazového řádku a tam napíšete <code>PlugInstall</code></p>
<p>A restartujeme Neovim. Příkazem <code>Ctrl + :</code> do příkazového řádku napíšete <code>q</code> a restartujeme Neovim.</p>
<p>Takto pokaždé když si přidáte do init.vim pluginy, příkazem <code>PlugInstall</code> je nainstalujete a restartujeme Neovim.</p></p>
<p>Takto pokaždé když si přidáte do init.vim pluginy, příkazem <code>PlugInstall</code> je nainstalujete a restartujeme Neovim.</p>
<div style="text-align: center;">
Copyright © 2024 - 2025 ApolloNvim
</div></p>
</article>
</section>
<!-- endblock -->

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Defaultní klávesové zkratky - 🚀ApolloNvim</title>
<title>Defaultní klávesové zkratky - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>
@ -380,7 +380,10 @@
<ul>
<li><code>Ctrl + r</code> - Opětovné provedení zrušené akce</li>
<li><code>:help</code> - Zobrazení nápovědy</li>
</ul></p>
</ul>
<div style="text-align: center;">
Copyright © 2024 - 2025 ApolloNvim
</div></p>
</article>
</section>
<!-- endblock -->

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak nainstalovat Codeium do Neovim - 🚀ApolloNvim</title>
<title>Jak nainstalovat Codeium do Neovim - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak nainstalovat Telescope do editoru Neovim - 🚀ApolloNvim</title>
<title>Jak nainstalovat Telescope do editoru Neovim - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>
@ -361,7 +361,7 @@
<p><strong>Pro dokončení instalace nezapomeňte provést tyto tři kroky:</strong></p>
</li>
<li>Uložit init.vim <code>:w</code></li>
<li>Restarovat zdroj (source) init.vims <code>:so %</code> nebo restartovat <code>Neovim</code></li>
<li>Restartuj <code>Neovim</code></li>
<li>
<p>Nainstaluj plugin pomocí <code>:PlugInstall</code>.</p>
</li>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Barevné schéma - 🚀ApolloNvim</title>
<title>Barevné schéma - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Automatické úkládání - 🚀ApolloNvim</title>
<title>Automatické úkládání - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Kopírování a Vkládání do a z Neovim z externích zdrojů - 🚀ApolloNvim</title>
<title>Kopírování a Vkládání do a z Neovim z externích zdrojů - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Markdown_syntax - 🚀ApolloNvim</title>
<title>Markdown_syntax - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>init.vim základní nastavení - 🚀ApolloNvim</title>
<title>init.vim základní nastavení - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Vim-fugitive ovládni Git v Neovim - 🚀ApolloNvim</title>
<title>Vim-fugitive ovládni Git v Neovim - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Gitsigns drobné vylepšení git v Neovim - 🚀ApolloNvim</title>
<title>Gitsigns drobné vylepšení git v Neovim - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Ještě lepší Neovim s Zellij terminálovým multiplexorem - 🚀ApolloNvim</title>
<title>Ještě lepší Neovim s Zellij terminálovým multiplexorem - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Používání relativních čísel řádků - 🚀ApolloNvim</title>
<title>Používání relativních čísel řádků - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>OMLOUVÁME SE STRÁNKA SE PŘEDĚLÁVÁ - 🚀ApolloNvim</title>
<title>OMLOUVÁME SE STRÁNKA SE PŘEDĚLÁVÁ - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak na kopírování a vkládání - 🚀ApolloNvim</title>
<title>Jak na kopírování a vkládání - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak nainstalovat nejnovější verzi Neovim do linuxu - 🚀ApolloNvim</title>
<title>Jak nainstalovat nejnovější verzi Neovim do linuxu - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak opravit nefunkční Prettier - 🚀ApolloNvim</title>
<title>Jak opravit nefunkční Prettier - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Konfigurace Lua - 🚀ApolloNvim</title>
<title>Konfigurace Lua - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>19. NERDTree konfigurace a tipy - 🚀ApolloNvim</title>
<title>19. NERDTree konfigurace a tipy - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Jak zobrazit náhled v markdown v prohlížeči pomocí coc-webview - 🚀ApolloNvim</title>
<title>Jak zobrazit náhled v markdown v prohlížeči pomocí coc-webview - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Hint - 🚀ApolloNvim</title>
<title>Hint - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Vždy se podívej před Instalací na Githubu, na zdroj. Předejdeš tím případným problémům! Pokud si nejsi jistý postupem nebo ti není něco jasné, tak raději se podívej do dokumntace,napiš nebo fórech najdeš odpověď. - 🚀ApolloNvim</title>
<title>Vždy se podívej před Instalací na Githubu, na zdroj. Předejdeš tím případným problémům! Pokud si nejsi jistý postupem nebo ti není něco jasné, tak raději se podívej do dokumntace,napiš nebo fórech najdeš odpověď. - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>📪 Kontakty - 🚀ApolloNvim</title>
<title>📪 Kontakty - 🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>🚀ApolloNvim</title>
<title>🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>🚀ApolloNvim</title>
<title>🚀 ApolloNvim</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -45,7 +45,7 @@
<div class="drac-text-center">
<span class="drac-text drac-line-height drac-text-white">🚀ApolloNvim</span>
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
</div>

File diff suppressed because one or more lines are too long

Binary file not shown.