mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown

|
||
|
||
# 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 a scripting language like [Lua](https://www.lua.org/about.html). Neovim out-of-the-box doesn't come with a lot of features, but it is highly extensible. It also comes with built-in LSP support and has been in use since forever. So you don't have to worry about changing your workflow anytime soon.
|
||
# Dependencies
|
||
|
||
- [cURL](https://github.com/curl/curl)
|
||
- [Git](https://github.com/git/git)
|
||
- [Neovim](https://github.com/neovim/neovim)
|
||
|
||
# Optional Dependencies
|
||
|
||
- [npm](https://github.com/npm/cli)
|
||
- [Lazygit](https://github.com/jesseduffield/lazygit)
|
||
|
||
# Quick Start
|
||
|
||
Once you have all the dependencies sorted, run the command below and we'll take care of the rest.
|
||
|
||
```
|
||
curl -sLf https://raw.githubusercontent.com/arkorty/neolite/master/install.sh | bash
|
||
```
|
||
|
||
# Screenshots
|
||
|
||
### File Tree & Active Buffer
|
||
|
||

|
||
|
||
### Fuzzy Finder
|
||
|
||

|
||
|
||
### Terminal & Lazygit
|
||
|
||

|
||
|
||
### Live Grep
|
||
|
||

|
||
|
||
# License
|
||
|
||
- [MIT License](LICENSE)
|