dotfiles/.config/nixvim/config/settings.nix

11 lines
136 B
Nix
Raw Normal View History

2024-04-03 08:02:10 -04:00
{
config.options = {
number = true;
relativenumber = true;
tabstop = 2;
shiftwidth = 2;
expandtab = true;
};
}