starter and fronted edition en

This commit is contained in:
kankys 2025-02-02 21:48:25 +01:00
parent 19564042d9
commit 91c7f6e638

View File

@ -51,8 +51,6 @@
</header>
<hr />
<section class="content" id="welcome">
<section id="install">
<h2>Installation and setup:</h2>
<p>
<strong>
Before installing new plugins, always check the documentation for
@ -62,6 +60,9 @@
answer.
</strong>
</p>
<section id="install">
<h2>Installation and setup Start Edition:</h2>
<p>
👉 If you don't have it yet, install
@ -76,7 +77,89 @@
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>👉 But first back up your current Neovim settings!!!</p>
<p>👉 Linux & Mac:</p>
<div class="code-box">
<p>/home/user/.config/nvim/init.vim</p>
</div>
<p>Windows:</p>
<div class="code-box">
<p>~\AppData\Local\nvim</p>
</div>
</section>
<section id="neovim">
<h2>Neovim:</h2>
<p>
👉 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>
</div>
<p>
👉 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
>
</p>
<p>
👉 But if you want you can configure Nvim to your liking and just get
inspired.
</p>
<p>
👉 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-markdown-preview-enhanced coc-webview
</p>
</div>
<p>👉 Reboot Neovim once more and you're all set.</p>
<p>
👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.
</p>
</section>
<section id="install">
<h2>Installation and setup FrontEnd Edition:</h2>
<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.</p>
<p>
👉 Go to this
<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>👉 But first back up your current Neovim settings!!!</p>
<p>👉 Linux & Mac:</p>
<div class="code-box">
<p>/home/user/.config/nvim/init.vim</p>
@ -152,16 +235,6 @@
>vtailwindcss-language-server</a
>
</p>
<p>
<a href="https://github.com/artempyanykh/marksman" target="_blank"
>marksman</a
>
</p>
<p>
<a href="https://github.com/markdoc-extra/markdoc-ls" target="_blank"
>markdoc-ls</a
>
</p>
</section>
<section id="neovim">
<h2>Neovim:</h2>
@ -171,7 +244,7 @@
</p>
<div class="code-box">
<p>
git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git
git clone -b frontend https://codeberg.org/Kankys/ApolloNvim2025.git
~/.config/nvim
</p>
</div>
@ -213,7 +286,7 @@
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
coc-phpls coc-prettier coc-eslint
</p>
</div>
<p>👉 Reboot Neovim once more and you're all set.</p>
@ -222,6 +295,8 @@
</p>
</section>
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>