ooknet/outputs/pkgs/ook-vim/opts.nix
2024-12-07 22:52:48 +11:00

9 lines
108 B
Nix

{
vim = {
options = {
tabstop = 2;
shiftwidth = 2;
autoindent = true;
};
};
}