plugins/filetrees/neo-tree: remove deprecated lib.mdDoc call (#1415)

This commit is contained in:
Bor Hodošček 2024-04-15 16:54:55 +09:00 committed by GitHub
parent ad6a08b695
commit 99068dab4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -660,7 +660,7 @@ in {
'';
};
filesystem = {
window = mkWindowMappingsOption (lib.mdDoc ''
window = mkWindowMappingsOption ''
```nix
{
H = "toggle_hidden";
@ -677,7 +677,7 @@ in {
"]g" = "next_git_modified";
}
```
'');
'';
asyncDirectoryScan = helpers.defaultNullOpts.mkEnumFirstDefault ["auto" "always" "never"] ''
- "auto" means refreshes are async, but it's synchronous when called from the Neotree
commands.