starter and fronted edition cz
This commit is contained in:
@ -57,6 +57,9 @@
|
||||
<p>
|
||||
👉 This distribution doesn't just work by clicking a button and installing. It will lead you to a separate installation using this site. The goal is to understand how Neovim works so you can modify everything yourself, which even click-on distributions don't teach you.
|
||||
</p>
|
||||
<p>
|
||||
👉 Two Editions 🚀ApolloNvim Starter for scaled to work with text thanks to markdown support and FrontEnd Edition focused on web development.
|
||||
</p>
|
||||
<p>
|
||||
👉 This setting is primarily for web development. I was inspired by the plugins I used in VSCode and Webstorm.
|
||||
</p>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="ApolloNvim svoboda v programování...." />
|
||||
<meta name="keywords" content="ApolloNvim Distro Pluginy" />
|
||||
<meta name="description" content="ApolloNvim freedom in programming...." />
|
||||
<meta name="keywords" content="ApolloNvim Distro Plugins" />
|
||||
<meta name="author" content="Kankys" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
@ -22,14 +22,14 @@
|
||||
|
||||
<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="index.html">Home</a></li>
|
||||
<li><a href="install.html">Installation</a></li>
|
||||
<li><a href="tutorials.html">Tutorials</a></li>
|
||||
<li><a href="/cz/index.html">Česky</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
@ -46,9 +46,9 @@
|
||||
<section class="content" id="welcome">
|
||||
|
||||
<section id="plugin">
|
||||
<h2>Pluginy 🚀 ApolloNvim Distro 2025</h2>
|
||||
<h2>Plugins 🚀 ApolloNvim Distro</h2>
|
||||
<p>
|
||||
Bezpečnost a soukromí je to nejdůležitější, proto tu je tento seznam. V seznamu najdeš všechny pluginy co jsou použité v této konfiguraci s odkazem na zdroj. Plaginy které nechceš požívat zakomentuj nebo smaž v init.vim. Případě Coc plugin vynech při příkazu CocInstall název-plaginu.
|
||||
Security and privacy are the most important things, which is why this list is here. In the list you will find all the plugins used in this configuration with a link to the source. Plugins you don't want to use can be commented out or deleted in init.vim. In the case of Coc plugin, omit the plugin-name when you run CocInstall.
|
||||
</p>
|
||||
<p>
|
||||
👉
|
||||
|
Reference in New Issue
Block a user