mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
10 lines
133 B
Nix
10 lines
133 B
Nix
{
|
|
autoCmd = [
|
|
{
|
|
command = "setlocal nonumber norelativenumber";
|
|
event = [
|
|
"TermOpen"
|
|
];
|
|
}
|
|
];
|
|
}
|