neovim-flake/config/autocmds.nix

10 lines
133 B
Nix

{
autoCmd = [
{
command = "setlocal nonumber norelativenumber";
event = [
"TermOpen"
];
}
];
}