ooknet/outputs/pkgs/ook-vim/config/opts.nix

9 lines
108 B
Nix

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