๐Ÿš€ ApolloNvim

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.

Installation and setup Start Edition:

๐Ÿ‘‰ If you don't have it yet, install Neovim.{target="_blank"}.

๐Ÿ‘‰ You will need to install plug.vim to install the extension.

๐Ÿ‘‰ Go to this page under Installation find your operating system and copy the link under it into your terminal.

But first back up your current Neovim settings!!!

Configuration files can be found here:

Linux & Mac: /home/user/.config/nvim/init.vim

Windows:

~\AppData\Local\nvim

Neovim:

๐Ÿ‘‰ The easiest way to install ๐Ÿš€ ApolloNvim Distro for Linux and macOS is to download this repository with the command :

git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim

๐Ÿ‘‰ Note this command above will overwrite the existing nvim folder in ~/.config/nvim. 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.

๐Ÿ‘‰ But if you want you can configure Nvim to your liking and just get inspired.

๐Ÿ‘‰ You can run neovim in the terminal with the nvim command.

๐Ÿ‘‰ Click on error messages.

๐Ÿ‘‰ In Neovim, type PlugInstall in the command line , this will install all plugins. Restart Neovim. Command Line is invoked with the keyboard shortcut SHIFT + :.

๐Ÿ‘‰ If you are missing a plugin, you can easily install or uninstall it using plug.vim. You can find more information on GitHub vim.plug or I'd be happy to advise you see about us.

๐Ÿ‘‰ If you don't want to use a plugin, just comment it out in the init.vim file using double quotes ".

๐Ÿ‘‰ Enter the Coc command in the command line to install the remaining plugins: CocInstall coc-markdown-preview-enhanced coc-webview ๐Ÿ‘‰ Reboot Neovim once more and you're all set.

๐Ÿ‘‰ I use this configuration on both Linux and macOS. It is also tested on Windows 11.

Installation and setup FrontEnd Edition:

๐Ÿ‘‰ If you don't have it yet, install Neovim .

๐Ÿ‘‰ You will need to install plug.vim to install the extension.

๐Ÿ‘‰ Go to this page under Installation find your operating system and copy the link under it into your terminal.

But first back up your current Neovim settings!!!

Configuration files can be found here:

Linux & Mac:

/home/user/.config/nvim/init.vim

Windows:

` ~\AppData\Local\nvim `

Node.js:

๐Ÿ‘‰ I recommend to have Node.js installed.

๐Ÿ‘‰ Next, install the Live-server in Node.js with the command:

npm i live-server

๐Ÿ‘‰ In your project you will be able to run your index.html command:

npx live-server

๐Ÿ‘‰ For proper LSP functionality, install the following packages:

If the terminal gives you an error when you use the npm command. You will need to install the package as sudo.

vscode-html-language-server

vscode-css-language-server

typescript-language-server

emmet-ls

tailwindcss-language-server

Neovim:

๐Ÿ‘‰ The easiest way to install ๐Ÿš€ ApolloNvim Distro for Linux and macOS is to download this repository with the command :

git clone -b frontend https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim

๐Ÿ‘‰ Note this command above will overwrite the existing nvim folder in ~/.config/nvim. 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.

๐Ÿ‘‰ But if you want you can configure Nvim to your liking and just get inspired.

๐Ÿ‘‰ You can run neovim in the terminal with the nvim command.

๐Ÿ‘‰ Click on error messages.

๐Ÿ‘‰ In Neovim, type PlugInstall in the command line , this will install all plugins. Restart Neovim.

๐Ÿ‘‰ If you are missing a plugin, you can easily install or uninstall it using plug.vim. You can find more information on GitHub vim.plug or I'd be happy to advise you see about us.

๐Ÿ‘‰ If you don't want to use a plugin, just comment it out in the init.vim file using double quotes ".

๐Ÿ‘‰ Enter the Coc command in the command line to install the remaining plugins:

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

๐Ÿ‘‰ Reboot Neovim once more and you're all set.

๐Ÿ‘‰ I use this configuration on both Linux and macOS. It is also tested on Windows 11.

Copyright ยฉ Lukรกลก Kaลˆka 2024 - 2025