neovim-flake/config/autocmds.nix

11 lines
133 B
Nix
Raw Normal View History

2024-09-11 12:30:28 -07:00
{
autoCmd = [
{
command = "setlocal nonumber norelativenumber";
event = [
"TermOpen"
];
}
];
}