No description
Find a file
Arkaprabha Chakraborty 77eb6ad3fd
Removed transparency plugin
Changes to be committed:
      modified:   lua/plugins.lua
2023-05-08 23:32:16 +05:30
blob Changes to be committed: 2023-03-08 02:19:16 +05:30
lua Removed transparency plugin 2023-05-08 23:32:16 +05:30
.gitignore Initial commit 2023-03-05 06:47:18 +05:30
init.lua Add transparency support 2023-03-12 03:25:00 +05:30
install.sh Fix a bug in the install script 2023-03-11 23:30:32 +05:30
LICENSE Create LICENSE 2023-03-05 12:47:21 +05:30
README.md Update README.md 2023-03-11 00:49:15 +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 a scripting language like Lua. 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

Optional Dependencies

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

file-tree.png

Fuzzy Finder

fuzzy-finder.png

Terminal & Lazygit

lazygit.png

Live Grep

live-grep.png

License