7 lines
69 B
Nix
7 lines
69 B
Nix
{
|
|
plugins = {
|
|
nvim-tree = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|