mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugins/filetrees/neo-tree: remove deprecated lib.mdDoc call (#1415)
This commit is contained in:
parent
ad6a08b695
commit
99068dab4b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue