A Neovim configuration light as moondust!
Go to file
usagi-flow a6191c2195
Add more defaults and fugitive
2024-04-24 23:23:18 +02:00
lua Add more defaults and fugitive 2024-04-24 23:23:18 +02:00
script Version a cleanup script 2022-05-03 22:17:12 +02:00
.gitignore Ignore log and temporary files 2022-05-01 21:51:31 +02:00
.gitmodules Remove packer 2024-04-21 13:44:34 +02:00
LICENSE Add license 2024-04-21 14:18:32 +02:00
README.md Update README.md 2024-04-22 19:00:44 +02:00
init.lua Include gui.lua if it exists 2023-12-07 10:19:50 +01:00
lazy-lock.json Add more defaults and fugitive 2024-04-24 23:23:18 +02:00

README.md

moondust

  • Clone to ~/.config/nvim.
  • Start Neovim (first start may take some seconds to clone "lazy" and plugins).

Features

Automatic light/dark mode

This configuration evaluates a COLOR_SCHEME environment variable: If it is set to 2, a light theme is loaded. In every other case, a dark theme is loaded.

When working on remote systems, you might want to consider forwarding the local environment variable to the remote machine: In your SSH daemon configuration (e.g. /etc/ssh/sshd_config), add the following line:

AcceptEnv COLOR_SCHEME