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