update lokalize
This commit is contained in:
parent
43e4de881e
commit
e18a8a6303
@ -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
|
||||
>
|
||||
|
@ -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-->
|
||||
|
199
en/install.html
199
en/install.html
@ -1,19 +1,13 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="ApolloNvim freedom in programming...."
|
||||
/>
|
||||
<meta name="description" content="ApolloNvim freedom in programming...." />
|
||||
<meta name="keywords" content="ApolloNvim Distro Installation" />
|
||||
<meta name="author" content="Kankys" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<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"
|
||||
@ -40,14 +34,10 @@
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li>
|
||||
<a href="plugins.html"
|
||||
>Plugins</a
|
||||
>
|
||||
<a href="plugins.html">Plugins</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="tutorials.html"
|
||||
>Tutorials</a
|
||||
>
|
||||
<a href="tutorials.html">Tutorials</a>
|
||||
</li>
|
||||
<li><a href="/cz/index.html">Česky</a></li>
|
||||
</ul>
|
||||
@ -65,32 +55,28 @@
|
||||
<h2>Installation and setup:</h2>
|
||||
<p>
|
||||
<strong>
|
||||
Before installing new plugins, always check the documentation for the plugins on Github. This will prevent potential problems! If you're not sure about the procedure or something is not clear, you'd better check the documentation,write to us or the forums to find the answer.
|
||||
Before installing new plugins, always check the documentation for
|
||||
the plugins on Github. This will prevent potential problems! If
|
||||
you're not sure about the procedure or something is not clear, you'd
|
||||
better check the documentation,write to us or the forums to find the
|
||||
answer.
|
||||
</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
👉 If you don't have it yet, install
|
||||
<a
|
||||
href="https://neovim.io/"
|
||||
target="_blank"
|
||||
>Neovim</a
|
||||
>.
|
||||
</p>
|
||||
<p>
|
||||
👉 You will need to install plug.vim to install the extension.
|
||||
<a href="https://neovim.io/" target="_blank">Neovim</a>.
|
||||
</p>
|
||||
<p>👉 You will need to install plug.vim to install the extension.</p>
|
||||
<p>
|
||||
👉 Go to this
|
||||
<a
|
||||
href="https://github.com/junegunn/vim-plug"
|
||||
target="_blank"
|
||||
<a href="https://github.com/junegunn/vim-plug" target="_blank"
|
||||
>page</a
|
||||
> under Installation find your operating system and copy the link under it into your terminal.
|
||||
</p>
|
||||
<p>
|
||||
👉 Nejprve si však zálohujte své aktuální nastavení Neovim!!!
|
||||
>
|
||||
under Installation find your operating system and copy the link under
|
||||
it into your terminal.
|
||||
</p>
|
||||
<p>👉 Nejprve si však zálohujte své aktuální nastavení Neovim!!!</p>
|
||||
<p>👉 Linux & Mac:</p>
|
||||
<div class="code-box">
|
||||
<p>/home/user/.config/nvim/init.vim</p>
|
||||
@ -103,36 +89,30 @@
|
||||
<section id="node">
|
||||
<h2>Node.js:</h2>
|
||||
<p>
|
||||
👉 Doporučuji mít nainstalovaný
|
||||
<a
|
||||
href="https://nodejs.org/en"
|
||||
href="_blank"
|
||||
>Node.js</a
|
||||
>.
|
||||
This section is not important if you are not interested in web
|
||||
application development.
|
||||
</p>
|
||||
<p>
|
||||
👉 Dále si v Node.js nainstalujte
|
||||
<a
|
||||
href="https://www.npmjs.com/package/live-server"
|
||||
target="_blank"
|
||||
👉 I recommend to have
|
||||
<a href="https://nodejs.org/en" href="_blank">Node.js</a> installed.
|
||||
</p>
|
||||
<p>
|
||||
👉 Next, install the
|
||||
<a href="https://www.npmjs.com/package/live-server" target="_blank"
|
||||
>Live-server</a
|
||||
>
|
||||
příkazem:
|
||||
in Node.js with the command:
|
||||
</p>
|
||||
<div class="code-box">
|
||||
<p>npm i live-server</p>
|
||||
</div>
|
||||
<p>
|
||||
👉 Ve svém projektu budete moci pouštět
|
||||
svůj index.html příkazem:
|
||||
👉 In your project you will be able to run your index.html command:
|
||||
</p>
|
||||
<div class="code-box">
|
||||
<p>npx live-server</p>
|
||||
</div>
|
||||
<p>
|
||||
👉 Pro správnou funkčnost LSP si
|
||||
doinstalujte tyto balíčky:
|
||||
</p>
|
||||
<p>👉 For proper LSP functionality, install the following packages:</p>
|
||||
|
||||
<p>
|
||||
<a
|
||||
@ -156,11 +136,7 @@
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://github.com/aca/emmet-ls"
|
||||
target="_blank"
|
||||
>emmet-ls</a
|
||||
>
|
||||
<a href="https://github.com/aca/emmet-ls" target="_blank">emmet-ls</a>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
@ -177,16 +153,12 @@
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://github.com/artempyanykh/marksman"
|
||||
target="_blank"
|
||||
<a href="https://github.com/artempyanykh/marksman" target="_blank"
|
||||
>marksman</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://github.com/markdoc-extra/markdoc-ls"
|
||||
target="_blank"
|
||||
<a href="https://github.com/markdoc-extra/markdoc-ls" target="_blank"
|
||||
>markdoc-ls</a
|
||||
>
|
||||
</p>
|
||||
@ -194,97 +166,68 @@
|
||||
<section id="neovim">
|
||||
<h2>Neovim:</h2>
|
||||
<p>
|
||||
👉 Nejjednoduší způsob pro instalaci 🚀 ApolloNvim Distra pro Linux a MacOS si stačí stáhnout tento repozitář příkazem :
|
||||
👉 The easiest way to install 🚀 ApolloNvim Distro for Linux and macOS
|
||||
is to download this repository with the command :
|
||||
</p>
|
||||
<div class="code-box">
|
||||
<p>git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim</p>
|
||||
<p>
|
||||
git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git
|
||||
~/.config/nvim
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
👉 Pozor tento příkaz výše vám přepíše dosavadní složku nvim v ~/.config/nvim. <strong>Nezapomeňte na zálohu stávající složky nvim než ji přepíšete novou s tohoto repozitáře například že původní přejmenujete nvim.bak.</strong>
|
||||
</p>
|
||||
<p>
|
||||
👉 Ale pokud chcete můžete si Nvim nakonfigurovat dle sebe a jen se inspirovat.
|
||||
</p>
|
||||
<p>
|
||||
👉 Neovim pustíte v terminálu příkazem
|
||||
<strong>nvim</strong>.
|
||||
</p>
|
||||
<p>👉 Odklikejte chybová hlášení.</p>
|
||||
<p>
|
||||
👉 V Neovimu zadejte do command line
|
||||
<strong>PlugIns</strong> , tím
|
||||
nainstalujete všechny pluginy.
|
||||
Restartujte 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
|
||||
href="https://github.com/junegunn/vim-plug"
|
||||
target="_blank"
|
||||
>plug.vim</a
|
||||
👉 Note this command above will overwrite the existing nvim folder in
|
||||
~/.config/nvim.
|
||||
<strong
|
||||
>Don't forget to back up the existing nvim folder before you
|
||||
overwrite it with a new one from this repository, for example by
|
||||
renaming the original nvim.bak.</strong
|
||||
>
|
||||
nebo velmi rád poradím viz. o nás.
|
||||
</p>
|
||||
<p>
|
||||
👉 Pokud některý plugin nechcete
|
||||
používat stačí v souboru
|
||||
<strong>init.vim</strong> ho
|
||||
zakomentovat pomocí dvojitých uvozovek
|
||||
<strong>"</strong>.
|
||||
👉 But if you want you can configure Nvim to your liking and just get
|
||||
inspired.
|
||||
</p>
|
||||
<p>
|
||||
👉 Do command line ještě zadejte Coc
|
||||
příkaz pro doinstalování zbylých
|
||||
pluginů:
|
||||
👉 You can run neovim in the terminal with the
|
||||
<strong>nvim</strong> command.
|
||||
</p>
|
||||
<p>👉 Click on error messages.</p>
|
||||
<p>
|
||||
👉 In Neovim, type <strong>PlugInstall</strong> in the command line , this will install all plugins. Restart Neovim.
|
||||
</p>
|
||||
<p>
|
||||
👉 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
|
||||
> or I'd be happy to advise you see about us.
|
||||
</p>
|
||||
<p>
|
||||
👉 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>
|
||||
👉 Enter the Coc command in the command line to install the remaining plugins:
|
||||
</p>
|
||||
<div class="code-box">
|
||||
<p>
|
||||
CocInstall coc-tailwindcss
|
||||
coc-json
|
||||
coc-html-css-support
|
||||
coc-html
|
||||
coc-emmet
|
||||
coc-xml
|
||||
coc-tsserver
|
||||
coc-lsp-wl
|
||||
coc-lit-html
|
||||
coc-htmldjango
|
||||
coc-css
|
||||
coc-markdown-preview-enhanced
|
||||
coc-webview
|
||||
coc-phpls
|
||||
coc-prettier
|
||||
coc-eslint
|
||||
coc-highlighting
|
||||
CocInstall coc-tailwindcss coc-json coc-html-css-support coc-html
|
||||
coc-emmet coc-xml coc-tsserver coc-lsp-wl coc-lit-html
|
||||
coc-htmldjango coc-css coc-markdown-preview-enhanced coc-webview
|
||||
coc-phpls coc-prettier coc-eslint coc-highlighting
|
||||
</p>
|
||||
</div>
|
||||
<p>👉 Reboot Neovim once more and you're all set.</p>
|
||||
<p>
|
||||
👉 A ještě jednou restartujte Neovim a
|
||||
vše máte připravené.
|
||||
</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>
|
||||
|
||||
<button
|
||||
onclick="scrollToTop()"
|
||||
id="scrollToTopBtn"
|
||||
title="Go to top"
|
||||
>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
<i class="fas fa-arrow-up"></i>
|
||||
</button>
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a
|
||||
href="https://git.archoslinux.cz/kankys"
|
||||
target="_blank"
|
||||
<a href="https://codeberg.org/Kankys" target="_blank"
|
||||
>Lukáš Kaňka</a
|
||||
>
|
||||
2024 - 2025
|
||||
|
@ -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-->
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user