neovim-flake/config/init.nix

11 lines
199 B
Nix
Raw Permalink Normal View History

# Basic housekeeping stuff that might run in a typical `init.lua` file.
{
colorschemes.rose-pine.enable = true;
opts = {
laststatus = 3;
relativenumber = true;
number = true;
};
}