GitHunt
TO

Neovim configuration

Neovim Configuration

Noteable features: LSP, DAP, which-key, toogleterm, lazygit

Dependencies

sudo pacman -S --needed \
  fd ripgrep zip npm python-pip luarocks python-neovim-git

Installation

To install the necessary dependencies and clone the configuration repository, follow
these steps:

git clone https://github.com/tonigineer/nvim.git ~/.config/nvim

Health check

Some plugins require the Tree-sitter CLI.

rustup default stable
cargo install tree-sitter-cli

Colorscheme

The colorscheme is set to :colorscheme m3scheme, which hot-reloads colors from
Caelestia-Cli at:

~/.local/state/caelestia/scheme.json

To switch the colorscheme, change it in set.lua and uncomment the workaround
in init.lua as shown below.

~/.config/nvim/lua/tonigineer
├─ init.lua
├─ set.lua
└─ colors/m3scheme.lua

Languages

Lua100.0%

Contributors

Created June 28, 2023
Updated November 18, 2025