mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
plugins/instant: fix test to remove warning
This commit is contained in:
parent
40286bf9b0
commit
8a330548ba
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.instant = {
|
||||
enable = true;
|
||||
username = null;
|
||||
};
|
||||
plugins.instant.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue