π ApolloNvim
Verzion: 25.01
Programming is much more fun when you are efficient. Neovim can get you there eventually, but you have to be willing to try new things. New plugins, new remaps, etc.
π Neovim setup for Front-End development based on Plug.vim, Coc and Lua.
π The advantages of Neovim over a classic IDE are undeniable in the freedom of configuration, there are thousands of possibilities how your Neovim can look and work. For your inspiration and use this project was created π ApolloNvim.
π 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.
π Two Editions πApolloNvim Starter for scaled to work with text thanks to markdown support and FrontEnd Edition focused on web development.
π This setting is primarily for web development. I was inspired by the plugins I used in VSCode and Webstorm.
π In October 2024, PHP support was newly added as well as Automatic pugin installation.
π Great emphasis is placed on speed and lightness.
π π ApolloNvim Distro is regularly updated and so is the whole project.
π For the best experience with π ApolloNvim Distro, I recommend using Zellij or Terminator, multiplexor, but it's not a requirement of course.
Advantages:
π The main advantages of this setup are support for Codeium, a free alternative to Copilot, Prettier, AutoSave, HTML, CSS, JS dipping and shortcuts to comment and uncomment code (CTRL + k). There are also several plugins to make working in Neovi more enjoyable.
π With LSP in this installation I use Coc for its simplicity, stability and speed.
π The best themes for Neovim (so you don't have to search for them) is the default Dracula.
π To change the theme in Neovi, simply use the :colorscheme
command in the command line and use the Tab button to switch between themes.
Plan πApolloNvim:
π You can expect these new features and more in the future:
π Installer π ApolloNvim via link from Git.
π New custom welcome screen.
π New plugins.
π Tutorials on plugins, how to set them up and how to work with them.
π Instructions for working with Neovim.
Questions and Answers:
π How much does ApolloNvim cost? -> Nothing π ApolloNvim is free.
π How complicated is π ApolloNvim? -> π ApolloNvim may be more complicated than other editors, but once you learn how to use it, you'll see how great it is.
π 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.
π 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/ApolloNvim/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.
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/ApolloNvim/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{target="_blank"} 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.
Plugins π ApolloNvim Distro
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.
π Autoclosetag tool for closing all types of brackets and tags.
π Coc package manager for installing add-ons to Neovim.
π NERDTree creates a tree sidebar for you.
π html5.vim plugin for highlighting HTML syntax.
π Codeium Introduction alternative to GitHub Copilot, which you can also easily (Commented active TabNine replacement)
π Tabnine alternative to GitHub Copilot, which you can also easily install.
π Startify 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.
π NERD Commenter Commenter plugin for commenting and uncommenting code. Here we have it set up to Ctrl + k.
π Wakatime 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 here{target="_blank"}.
π Auto-save plugin to automatically save your files.
π Tree-sitter plugin for code highlighting.
π Hlchunk connects the code with vertical lines.
π Vim-Fugitive plugin for git.
π Colorizer plugin for color preview by code designation.
π Vim - javascript javascript plugin for javascript support.
π Toggletherm Improved terminal.
π Vim-Gitgutter git help for a change in the code.
π Gitsigns shows changes in the code.
π Plenary
Coc extensions
π Coc manager for installing add-ons to Neovim.
π Coc extensions extensions under this link you can find all COC extensions for Neovim.
π 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
Colorschemes
π Dracula color theme for Neovim.
π Gruvbox color theme for Neovim.
π Catppuccin color theme for Neovim.
π Nord color theme for Neovim.
π Tokyo Night color theme for Neovim.
π Nightfox color theme for Neovim.
π Sonokai color theme for Neovim.
π NeoSolarized color theme for Neovim.
π Moonfly color theme for Neovim.
π Onedark color theme for Neovim.
π Edge color theme for Neovim.
π Airline color theme for Neovim.
π GitHub color theme for Neovim.
π Nightfly color theme for Neovim.
π Miasma color theme for Neovim.
π Pink moon color theme for Neovim.
π Anderson color theme for Neovim.
π Tender color theme for Neovim.
π Night owl color theme for Neovim.
Contact:
Support:
- π If in any way you want to support or contribute to the content and functionality of π ApolloNvim, I'd be happy to hear from you.
- π You can also support this project with a few Satoshi:
More projects and links:
- π ArchLinux CZ
- π VyhledΓ‘vaΔ SearXNG CZ
- π EndeavourOS Linux
Top comments (0)