update lokalize
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<meta name="author" content="Kankys" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
|
||||
<link rel="shortcut icon" href="../img/apollonvim.jpg" />
|
||||
<!--nav bar-->
|
||||
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
|
||||
<!--icons dark, go to up-->
|
||||
@ -22,14 +22,14 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title">🚀ApolloNvim</h1>
|
||||
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
|
||||
|
||||
<!-- Terminal - navigation -->
|
||||
<nav class="navigation">
|
||||
<ul>
|
||||
<li><a href="install.html">Instalace</a></li>
|
||||
<li><a href="plugins.html">Pluginy</a></li>
|
||||
<li><a href="manuals.html">Návody</a></li>
|
||||
<li><a href="tutorials.html">Návody</a></li>
|
||||
<li><a href="/en/index.html">English</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -13,7 +13,7 @@
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
|
||||
<link rel="shortcut icon" href="../img/apollonvim.jpg" />
|
||||
<!--nav bar-->
|
||||
<script
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title">🚀ApolloNvim</h1>
|
||||
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
|
||||
|
||||
<!-- Terminal - navigation -->
|
||||
<nav class="navigation">
|
||||
@ -45,7 +45,7 @@
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="manuals.html"
|
||||
<a href="tutorials.html"
|
||||
>Návody</a
|
||||
>
|
||||
</li>
|
||||
@ -228,29 +228,17 @@
|
||||
👉 In Neovim, type <strong>PlugInstall</strong> in the command line , this will install all plugins. Restart Neovim.
|
||||
</p>
|
||||
<p>
|
||||
👉 Pokud Vám některý plugin chybí,
|
||||
můžete ho lehce doinstalovat nebo naopak
|
||||
odinstalovat pomocí
|
||||
<strong>plug.vim</strong>. Více
|
||||
informací najdete na GitHubu
|
||||
<a
|
||||
👉 If you are missing a plugin, you can easily install or uninstall it using <strong>plug.vim</strong>. You can find more information on GitHub <a
|
||||
href="https://github.com/junegunn/vim-plug"
|
||||
target="_blank"
|
||||
>plug.vim</a
|
||||
>
|
||||
nebo velmi rád poradím viz. o nás.
|
||||
> or I'd be happy to advise you see about us.
|
||||
</p>
|
||||
<p>
|
||||
👉 Pokud některý plugin nechcete
|
||||
používat stačí v souboru
|
||||
<strong>init.vim</strong> ho
|
||||
zakomentovat pomocí dvojitých uvozovek
|
||||
<strong>"</strong>.
|
||||
👉 If you don't want to use a plugin, just comment it out in the <strong>init.vim</strong> file using double quotes <strong>"</strong>.
|
||||
</p>
|
||||
<p>
|
||||
👉 Do command line ještě zadejte Coc
|
||||
příkaz pro doinstalování zbylých
|
||||
pluginů:
|
||||
👉 Enter the Coc command in the command line to install the remaining plugins:
|
||||
</p>
|
||||
<div class="code-box">
|
||||
<p>
|
||||
@ -274,12 +262,10 @@
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
👉 A ještě jednou restartujte Neovim a
|
||||
vše máte připravené.
|
||||
👉 Reboot Neovim once more and you're all set.
|
||||
</p>
|
||||
<p>
|
||||
👉 Tuto konfiguraci používám na Linuxu i
|
||||
MacOS. Je ozkoušena i na Windows 11.
|
||||
👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
@ -293,7 +279,7 @@
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a
|
||||
href="https://git.archoslinux.cz/kankys"
|
||||
href="https://codeberg.org/Kankys"
|
||||
target="_blank"
|
||||
>Lukáš Kaňka</a
|
||||
>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<meta name="author" content="Kankys" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
|
||||
<link rel="shortcut icon" href="../img/apollonvim.jpg" />
|
||||
<!--nav bar-->
|
||||
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
|
||||
<!--icons dark, go to up-->
|
||||
@ -22,14 +22,15 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title">🚀ApolloNvim Pluginy</h1>
|
||||
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
|
||||
|
||||
<!-- Terminal - navigation -->
|
||||
<nav class="navigation">
|
||||
<ul>
|
||||
<li><a href="index.html">Domů</a></li>
|
||||
<li><a href="install.html">Instalace</a></li>
|
||||
<li><a href="manuals.html">Návody</a></li>
|
||||
<li><a href="tutorials.html">Návody</a></li>
|
||||
<li><a href="/en/index.html">English</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="menu-icon">
|
||||
@ -186,7 +187,7 @@
|
||||
</button>
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a>
|
||||
<a href="https://codeberg.org/Kankys" target="_blank">Lukáš Kaňka</a>
|
||||
2024 - 2025
|
||||
</footer>
|
||||
</section>
|
||||
|
@ -13,7 +13,7 @@
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
|
||||
<link rel="shortcut icon" href="../img/apollonvim.jpg" />
|
||||
<!--nav bar-->
|
||||
<script
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title">🚀ApolloNvim Návody</h1>
|
||||
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
|
||||
<!-- Terminal - navigation -->
|
||||
<nav class="navigation">
|
||||
<ul>
|
||||
@ -291,7 +291,7 @@
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a
|
||||
href="https://git.archoslinux.cz/kankys"
|
||||
href="https://codeberg.org/Kankys"
|
||||
target="_blank"
|
||||
>Lukáš Kaňka</a
|
||||
>
|
||||
|
Reference in New Issue
Block a user