https://github.com/arkorty/neolite
Neolite is a fast and lightweight configuration of Neovim.
https://github.com/arkorty/neolite
dotfiles ide lua neovim shell vim
Last synced: 9 months ago
JSON representation
Neolite is a fast and lightweight configuration of Neovim.
- Host: GitHub
- URL: https://github.com/arkorty/neolite
- Owner: arkorty
- License: mit
- Created: 2023-03-04T23:43:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T19:00:13.000Z (over 1 year ago)
- Last Synced: 2024-08-28T20:42:46.826Z (over 1 year ago)
- Topics: dotfiles, ide, lua, neovim, shell, vim
- Language: Lua
- Homepage:
- Size: 1.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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](https://www.lua.org/about.html) 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
```bash
sudo pacman -S git neovim make unzip gcc npm
```
##### Debian/Ubuntu
```bash
sudo apt install git neovim make unzip gcc npm
```
##### Fedora/RHEL
```bash
sudo dnf install git neovim make unzip gcc npm
```
##### Clone Repository
```bash
git clone https://github.com/arkorty/Neolite.git ~/.config/nvim
```
# License
- [MIT License](LICENSE)