Neovim Configuration
Noteable features: LSP, DAP, which-key, toogleterm, lazygit
Dependencies
sudo pacman -S --needed \
fd ripgrep zip npm python-pip luarocks python-neovim-gitInstallation
To install the necessary dependencies and clone the configuration repository, follow
these steps:
git clone https://github.com/tonigineer/nvim.git ~/.config/nvimHealth check
Some plugins require the Tree-sitter CLI.
rustup default stable
cargo install tree-sitter-cliColorscheme
The colorscheme is set to :colorscheme m3scheme, which hot-reloads colors from
Caelestia-Cli at:
~/.local/state/caelestia/scheme.jsonTo 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