7 lines
75 B
Nix
7 lines
75 B
Nix
{
|
|
plugins.nvim-tree = {
|
|
enable = true;
|
|
view.side = "right";
|
|
};
|
|
}
|