198 lines
9.0 KiB
HTML
198 lines
9.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="description" content="ApolloNvim svoboda v programování...." />
|
|
<meta name="keywords" content="ApolloNvim Distro Pluginy" />
|
|
<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/apollonvim.jpg" />
|
|
<!--nav bar-->
|
|
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
|
|
<!--icons dark, go to up-->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
|
|
<!--ubuntu fonts-->
|
|
<style>
|
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
|
</style>
|
|
<title>ApolloNvim Pluginy</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<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="tutorials.html">Návody</a></li>
|
|
<li><a href="/en/index.html">English</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="menu-icon">
|
|
<!-- Ikona hamburger -->
|
|
<i class="fa-solid fa-bars"></i>
|
|
<!-- Ikona cross -->
|
|
<!-- <i class="fa-solid fa-xmark"></i> -->
|
|
</div>
|
|
</header>
|
|
<hr />
|
|
|
|
<!--Začátek sekcí - co h2 sekce + fotogalerie-->
|
|
<section class="content" id="welcome">
|
|
|
|
<section id="plugin">
|
|
<h2>Pluginy 🚀 ApolloNvim Distro 2025</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.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/m4xshen/autoclose.nvim" target="_blank">Autoclosetag</a>
|
|
nástroj pro uzavírání všech typů závorek a tagů.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> balíčkovací manager pro instalování doplňků do Neovim.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/valsorym/scrooloose-nerdtree" target="_blank">NERDTree</a>
|
|
vytvoří ti stromový postranní panel.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a>
|
|
manager pro instalování doplňků do Neovim.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/othree/html5.vim" target="_blank">html5.vim</a> plugin pro HTML syntax highlighting.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/valsorym/scrooloose-nerdtree" target="_blank">NERDTree</a> vytvoří vám stromový postranní panel.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/Exafunction/codeium.vim" target="_blank">Codeium</a>
|
|
alternativa k GitHub Copilot, který si případně lehce také můžete
|
|
doinstalovat.(Zakomentován aktivní náhrada TabNine)
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/codota/tabnine-nvim" target="_blank">Tabnine</a> alternativa k GitHub Copilot, který si případně lehce také můžete doinstalovat.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/mhinz/vim-startify" target="_blank">Startify</a>
|
|
alternativní uvítací obrazovka s pokaždé jiným IT mottem. Nemusí
|
|
fungovat s některými terminály či NERDTree nastaveným spuštěním po
|
|
startu.
|
|
</p
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/preservim/nerdcommenter" target="_blank">NERD Commenter</a>
|
|
plugin pro zakomentování a odkomentování kódu. Zde ho máme nastaven
|
|
na
|
|
<strong>Ctrl + k</strong>.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://wakatime.com/neovim" target="_blank">Wakatime</a>
|
|
služba která je schopna měřit kolik času jste trávily při kódování
|
|
na pc a i na kterém projektu. Služba se jednoduše propojí přes API.
|
|
WakaTime najdeš
|
|
<a href="https://wakatime.com/" target="_blank">zde</a>.
|
|
</p>
|
|
<p>
|
|
👉
|
|
<a href="https://github.com/Pocco81/auto-save.nvim" target="_blank">Auto-save</a>
|
|
plugin pro automatické ukládání vašich souboru.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/nvim-treesitter/nvim-treesitter" target="_blank">Tree-sitter</a> plugin pro zvýraznění kódu.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/shellRaining/hlchunk.nvim" target="_blank">Hlchunk</a> propojí kód vertikálními lajny.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/tpope/vim-fugitive" target="_blank">Vim-Fugitive</a> plugin pro git.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/lilydjwg/colorizer" target="_blank">Colorizer</a> plugin pro náhled barev dle kódového označení.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/pangloss/vim-javascript" target="_blank">Vim - javascript</a> plugin pro podporu javascript.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/akinsho/toggleterm.nvim" target="_blank">Toggletherm</a> vylepšený terminál.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/airblade/vim-gitgutter" target="_blank">Vim-Gitgutter</a> git nápověda ke změně v kódu.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/lewis6991/gitsigns.nvim" target="_blank">Gitsigns</a> ukazuje změny v kódu.
|
|
</p>
|
|
<p>
|
|
👉 <a href="https://github.com/nvim-lua/plenary.nvim" target="_blank">Planery</a>
|
|
</p>
|
|
</section>
|
|
<section id="coc">
|
|
<h2>Coc extensions</h2>
|
|
<p>👉 <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> manager pro instalování doplňků do Neovim. </p>
|
|
<p>👉 <a href="https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions" target="_blank">Coc extensions</a> pod tímto odkazem najdeš všechny COC rozšíření do Neovim.</p>
|
|
<p>👉 coc-tailwindcss</p>
|
|
<p>👉 coc-json</p>
|
|
<p>👉 coc-html-css-support</p>
|
|
<p>👉 coc-html</p>
|
|
<p>👉 coc-emmet</p>
|
|
<p>👉 coc-xml</p>
|
|
<p>👉 coc-tsserver</p>
|
|
<p>👉 coc-lsp-wl</p>
|
|
<p>👉 coc-lit-html</p>
|
|
<p>👉 coc-htmldjango</p>
|
|
<p>👉 coc-css</p>
|
|
<p>👉 coc-markdown-preview-enhanced</p>
|
|
<p>👉 coc-webview</p>
|
|
<p>👉 coc-phpls</p>
|
|
<p>👉 coc-prettier</p>
|
|
<p>👉 coc-eslint</p>
|
|
</section>
|
|
<section id="themes">
|
|
<h2>Colorschemes</h2>
|
|
<p>👉 <a href="https://github.com/dracula/vim" target="_blank">Dracula</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/morhetz/gruvbox" target="_blank">Gruvbox</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/catppuccin/nvim" target="_blank">Catppuccin</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/arcticicestudio/nord-vim" target="_blank">Nord</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/ghifarit53/tokyonight-vim" >Tokyo Night</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/EdenEast/nightfox.nvim" target="_blank">Nightfox</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/sainnhe/sonokai" target="_blank">Sonokai</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/Tsuzat/NeoSolarized.nvim" target="_blank">NeoSolarized</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/bluz71/vim-moonfly-colors" target="_blank">Moonfly</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/joshdick/onedark.vim" target="_blank">Onedark</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/sainnhe/edge" target="_blank">Edge</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/vim-airline/vim-airline" target="_blank">Airline</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/projekt0n/github-nvim-theme" target="_blank">GitHub</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/bluz71/vim-nightfly-colors" target="_blank">Nightfly</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/xero/miasma.nvim" target="_blank">Miasma</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/sts10/vim-pink-moon" target="_blank">Pink moon</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/tlhr/anderson.vim" target="_blank">Anderson</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/jacoborus/tender.vim" target="_blank">Tender</a> téma pro Neovim.</p>
|
|
<p>👉 <a href="https://github.com/haishanh/night-owl.vim" target="_blank">Night owl</a> téma pro Neovim.</p>
|
|
</section>
|
|
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
|
<i class="fas fa-arrow-up"></i>
|
|
</button>
|
|
<footer>
|
|
Copyright ©
|
|
<a href="https://codeberg.org/Kankys" target="_blank">Lukáš Kaňka</a>
|
|
2024 - 2025
|
|
</footer>
|
|
</section>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html>
|
|
|