nix-darwin/home/nvf/core/options.nix
2026-03-15 02:49:46 +09:00

12 lines
195 B
Nix
Executable file

{
# options
cursorlineopt = "line";
wrap = false;
cmdheight = 1;
tabstop = 2;
shiftwidth = 2;
autoindent = true;
termguicolors = true;
splitbelow = true;
splitright = true;
}