mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
plugins/noice: turn routes into a list (#434)
This commit is contained in:
parent
e294518a68
commit
f5825552e4
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@
|
|||
};
|
||||
throttle = 1000 / 30;
|
||||
views = {};
|
||||
routes = {};
|
||||
routes = [];
|
||||
status = {};
|
||||
format = {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue