mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
12 lines
195 B
Nix
Executable file
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;
|
|
}
|