mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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 = {
|
filesystem = {
|
||||||
window = mkWindowMappingsOption (lib.mdDoc ''
|
window = mkWindowMappingsOption ''
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
H = "toggle_hidden";
|
H = "toggle_hidden";
|
||||||
|
@ -677,7 +677,7 @@ in {
|
||||||
"]g" = "next_git_modified";
|
"]g" = "next_git_modified";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
'');
|
'';
|
||||||
asyncDirectoryScan = helpers.defaultNullOpts.mkEnumFirstDefault ["auto" "always" "never"] ''
|
asyncDirectoryScan = helpers.defaultNullOpts.mkEnumFirstDefault ["auto" "always" "never"] ''
|
||||||
- "auto" means refreshes are async, but it's synchronous when called from the Neotree
|
- "auto" means refreshes are async, but it's synchronous when called from the Neotree
|
||||||
commands.
|
commands.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue