2024-11-18 03:35:37 +05:30
2023-03-08 02:19:16 +05:30
2024-11-18 03:35:37 +05:30
2023-03-05 06:47:18 +05:30
2024-08-29 00:29:00 +05:30
2024-11-18 03:35:37 +05:30
2024-08-29 00:29:35 +05:30
2023-03-05 12:47:21 +05:30
2024-09-30 23:37:58 +05:30

neolite.png

About

Neolite is a fast and lightweight configuration of Neovim. For the uninitiated, Neovim is a terminal based text editor which can be extended using the Lua scripting language. Neovim out-of-the-box doesn't come with a lot of features, but it is highly extensible. It comes with native LSP support (lets your IDE do all that auto-completion magic). Vim has been in use since forever, so you don't have to worry about the project going stale anytime soon.

You also have the added benefit of becoming a true Vim chad once you start using Neovim instead of some web browser (ahem.. VS Code) disguised as an IDE.

Installation

Arch Linux
sudo pacman -S git neovim make unzip gcc npm
Debian/Ubuntu
sudo apt install git neovim make unzip gcc npm
Fedora/RHEL
sudo dnf install git neovim make unzip gcc npm
Clone Repository
git clone https://github.com/arkorty/Neolite.git ~/.config/nvim

License

Description
No description provided
Readme MIT 1.5 MiB
Languages
Lua 100%