10 lines
136 B
Nix
10 lines
136 B
Nix
{
|
|
config.options = {
|
|
number = true;
|
|
relativenumber = true;
|
|
|
|
tabstop = 2;
|
|
shiftwidth = 2;
|
|
expandtab = true;
|
|
};
|
|
}
|