Shadorain
shadovim
Lua

A neovim setup for the shadow warriors. Speed through the light with the power of shadovim built on the new Lua based neovim! With the highly overpowered native LSP, built in auto-completion, snippets, menus and so much more, you will unleash the power of a hundred million shadows!

Last updated Jun 26, 2026
77
Stars
3
Forks
0
Issues
0
Stars/day
Attention Score
27
Language breakdown
Lua 100.0%
โ–ธ Files click to expand
README

shadovim ==========

A neovim setup for the shadow warriors. Speed through the light with the power of shadovim built on the new Lua based neovim! With the highly overpowered native LSP, built in auto-completion, snippets, menus and so much more, you will unleash the power of a hundred million shadows!

P.S: even I am shocked by how absolutely fast the LSP, completion,
and startup is. Threw me for a wonderful surprise!

Installation ==============

Installing shadovim is relatively simple. Make sure you have Nvim v0.5.0 or higher (install and build from nightly source).

Simply clone the repository, change directory to it, give the setup script execute permissions, and run it and it will setup shadovim no problem! It is well documented and has error checking as well to make sure you know what happened if it errors.

โฑ  git clone https://github.com/Shadorain/shadovim ~/.config/nvim
โฑ  cd ~/.config/nvim/
โฑ  chmod +x ./setup
โฑ  ./setup

General Content =================

Shadovim has a very simple file tree, the main content is handled in the lua/ directory:

.
โ”œโ”€โ”€ init.lua             # All initializing and sourcing
โ””โ”€โ”€ lua
 ย ย  โ”œโ”€โ”€ binds.lua        # Any keybinds
 ย ย  โ”œโ”€โ”€ config.lua       # General and plugin configuration settings
 ย ย  โ”œโ”€โ”€ lsp_config.lua   # Configures general lsp and extra lsp based plugins
 ย ย  โ””โ”€โ”€ plugins.lua      # Packer setup and plugin defining

All snippets can be added in the snips/ directory. Any syntax files in the syntax/ directory.

Show off =============

Here are some cool screenshots of it in action!

Lsp Errors

Colors the text inside the popup window with red for error and pink for warning, with proper symbols on the side. Hints get shown in the windows as well if any exist!

lsp</em>errors lsp</em>warnings

Completion

Full autocompletion menu with icons and descriptors for the source where the completion is coming from, and special documentation blocks that are fully configurable to explain the completion entry!

completion

Git Signs

Track your changes with git indicators on the side. [ Green:Add, Blue:Change, Red:Delete].

gitsigns

Hover Documents & Colorizer

Colorizer that highlights the colors in the text with the color written. Hover menu for documentation and whatever else!

hover</em>colorizer

Symbol Outline

An in depth symbol analysis of the file, with previews, keybinds and many more options.

This is a C file. Works in all filetypes with lsp support too!

symbol</em>outline_c

You now have a fully setup Shadovim configuration! With shadotheme and a bunch of other cool perks under your sleeves! To see all the power it has there is no better way that to read the source, it is all in there!

I hope you enjoy! God bless ๐Ÿ˜Š

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท Shadorain/shadovim ยท Updated daily from GitHub