2025-02-01 19:04:40 +01:00
<!DOCTYPE html>
2025-02-02 21:35:33 +01:00
< html lang = "en" >
2025-02-01 19:04:40 +01:00
< head >
< meta charset = "UTF-8" / >
2025-02-02 21:35:33 +01:00
< meta name = "description" content = "ApolloNvim freedom in programming...." / >
< meta name = "keywords" content = "ApolloNvim Distro Plugins" / >
2025-02-01 19:04:40 +01:00
< meta name = "author" content = "Kankys" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< link rel = "stylesheet" href = "style.css" / >
2025-02-02 07:25:22 +01:00
< link rel = "shortcut icon" href = "../img/apollonvim.jpg" / >
2025-02-01 19:04:40 +01:00
<!-- 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 >
2025-02-02 21:35:33 +01:00
< h1 class = "title" > < a href = "index.html" > 🚀ApolloNvim< / a > < / h1 >
2025-02-01 19:04:40 +01:00
<!-- Terminal - navigation -->
< nav class = "navigation" >
< ul >
2025-02-02 21:35:33 +01:00
< li > < a href = "index.html" > Home< / a > < / li >
< li > < a href = "install.html" > Installation< / a > < / li >
< li > < a href = "tutorials.html" > Tutorials< / a > < / li >
2025-02-01 19:04:40 +01:00
< li > < a href = "/cz/index.html" > Česky< / 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" >
2025-02-02 21:35:33 +01:00
< h2 > Plugins 🚀 ApolloNvim Distro< / h2 >
2025-02-01 19:04:40 +01:00
< p >
2025-02-02 21:35:33 +01:00
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.
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-02 21:58:26 +01:00
< a href = "https://github.com/m4xshen/autoclose.nvim" target = "_blank" > Autoclosetag< / a > tool for closing all types of brackets and tags.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-02 21:58:26 +01:00
👉 < a href = "https://github.com/neoclide/coc.nvim" target = "_blank" > Coc< / a > package manager for installing add-ons to Neovim.
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-02 21:58:26 +01:00
< a href = "https://github.com/valsorym/scrooloose-nerdtree" target = "_blank" > NERDTree< / a > creates a tree sidebar for you.
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-02 21:58:26 +01:00
< a href = "https://github.com/neoclide/coc.nvim" target = "_blank" > Coc< / a > manager for installing add-ons to Neovim.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-02 21:58:26 +01:00
👉 < a href = "https://github.com/othree/html5.vim" target = "_blank" > html5.vim< / a > plugin for highlighting HTML syntax.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-02 21:58:26 +01:00
👉 < a href = "https://github.com/valsorym/scrooloose-nerdtree" target = "_blank" > NERDTree< / a > creates a tree sidebar for you.
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-02 21:58:26 +01:00
< a href = "https://github.com/Exafunction/codeium.vim" target = "_blank" > Codeium< / a > Introduction alternative to GitHub Copilot, which you can also easily
(Commented active TabNine replacement)
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-02 21:58:26 +01:00
👉 < a href = "https://github.com/codota/tabnine-nvim" target = "_blank" > Tabnine< / a > alternative to GitHub Copilot, which you can also easily install.
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-03 06:42:06 +01:00
< a href = "https://github.com/mhinz/vim-startify" target = "_blank" > Startify< / a > an alternative welcome screen with a different IT theme each time. It doesn't have to
work with some terminals or NERDTree set to start after
boot.
2025-02-01 19:04:40 +01:00
< /p
< p >
👉
2025-02-03 06:42:06 +01:00
< a href = "https://github.com/preservim/nerdcommenter" target = "_blank" > NERD Commenter< / a > plugin for commenting and uncommenting code. Here we have it set up
to < strong > Ctrl + k< / strong > .
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-03 06:42:06 +01:00
< a href = "https://wakatime.com/neovim" target = "_blank" > Wakatime< / a > a service that is able to measure how much time you spent coding
on the computer and on which project. The service simply connects via API.
You can find WakaTime < a href = "https://wakatime.com/" target = "_blank" > here< / a > .
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉
2025-02-03 06:42:06 +01:00
< a href = "https://github.com/Pocco81/auto-save.nvim" target = "_blank" > Auto-save< / a > plugin to automatically save your files.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/nvim-treesitter/nvim-treesitter" target = "_blank" > Tree-sitter< / a > plugin for code highlighting.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/shellRaining/hlchunk.nvim" target = "_blank" > Hlchunk< / a > connects the code with vertical lines.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/tpope/vim-fugitive" target = "_blank" > Vim-Fugitive< / a > plugin for git.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/lilydjwg/colorizer" target = "_blank" > Colorizer< / a > plugin for color preview by code designation.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/pangloss/vim-javascript" target = "_blank" > Vim - javascript< / a > plugin for javascript support.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/akinsho/toggleterm.nvim" target = "_blank" > Toggletherm< / a > Improved terminal.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/airblade/vim-gitgutter" target = "_blank" > Vim-Gitgutter< / a > git help for a change in the code.
2025-02-01 19:04:40 +01:00
< / p >
< p >
2025-02-03 06:42:06 +01:00
👉 < a href = "https://github.com/lewis6991/gitsigns.nvim" target = "_blank" > Gitsigns< / a > shows changes in the code.
2025-02-01 19:04:40 +01:00
< / p >
< p >
👉 < a href = "https://github.com/nvim-lua/plenary.nvim" target = "_blank" > Planery< / a >
< / p >
< / section >
< section id = "coc" >
< h2 > Coc extensions< / h2 >
2025-02-03 06:42:06 +01:00
< p > 👉 < a href = "https://github.com/neoclide/coc.nvim" target = "_blank" > Coc< / a > manager for installing add-ons to Neovim. < / p >
< p > 👉 < a href = "https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions" target = "_blank" > Coc extensions< / a > under this link you can find all COC extensions for Neovim.< / p >
2025-02-01 19:04:40 +01:00
< 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 >
2025-02-03 06:42:06 +01:00
< p > 👉 < a href = "https://github.com/dracula/vim" target = "_blank" > Dracula< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/morhetz/gruvbox" target = "_blank" > Gruvbox< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/catppuccin/nvim" target = "_blank" > Catppuccin< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/arcticicestudio/nord-vim" target = "_blank" > Nord< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/ghifarit53/tokyonight-vim" > Tokyo Night< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/EdenEast/nightfox.nvim" target = "_blank" > Nightfox< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/sainnhe/sonokai" target = "_blank" > Sonokai< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/Tsuzat/NeoSolarized.nvim" target = "_blank" > NeoSolarized< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/bluz71/vim-moonfly-colors" target = "_blank" > Moonfly< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/joshdick/onedark.vim" target = "_blank" > Onedark< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/sainnhe/edge" target = "_blank" > Edge< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/vim-airline/vim-airline" target = "_blank" > Airline< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/projekt0n/github-nvim-theme" target = "_blank" > GitHub< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/bluz71/vim-nightfly-colors" target = "_blank" > Nightfly< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/xero/miasma.nvim" target = "_blank" > Miasma< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/sts10/vim-pink-moon" target = "_blank" > Pink moon< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/tlhr/anderson.vim" target = "_blank" > Anderson< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/jacoborus/tender.vim" target = "_blank" > Tender< / a > color theme for Neovim.< / p >
< p > 👉 < a href = "https://github.com/haishanh/night-owl.vim" target = "_blank" > Night owl< / a > color theme for Neovim.< / p >
2025-02-01 19:04:40 +01:00
< / section >
< 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" > Lukáš Kaňka< / a >
2024 - 2025
< / footer >
< / section >
< script src = "script.js" > < / script >
< / body >
< / html >