Arkaprabha Chakraborty f00e435d4e Commits:
Call the new plugins
    Add gruvbox colorscheme
    Turn off jump on jumpable for code snippets
    Add git integration
    Remove unnecessary keybinds
    Change keybinds for LSP functions
    Turn off format on buffer write
    Add plugin sources
    Remove 'help' from syntax highlighting
    Add transparency option
    Add visible indentations

Changes to be committed:
    modified:   init.lua
    modified:   lua/colorschemes.lua
    modified:   lua/completions.lua
    new file:   lua/git-integration.lua
    modified:   lua/keybinds.lua
    modified:   lua/lsp-config.lua
    modified:   lua/lsp-format.lua
    modified:   lua/plugins.lua
    modified:   lua/syntax-highlight.lua
    new file:   lua/transparency.lua
    new file:   lua/visible-indents.lua
2023-06-09 06:38:22 +05:30
2023-03-08 02:19:16 +05:30
2023-06-09 06:38:22 +05:30
2023-03-05 06:47:18 +05:30
2023-06-09 06:38:22 +05:30
2023-03-11 23:30:32 +05:30
2023-03-05 12:47:21 +05:30
2023-05-12 23:07:48 +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 that pathetic web browser (ahem.. VS Code) disguised as an IDE.

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

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