mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Remove extra semicolon in example
This commit is contained in:
parent
3fd743fe80
commit
258acc56a9
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ using the `keymaps` attribute:
|
||||||
key = "<leader>m";
|
key = "<leader>m";
|
||||||
options.silent = true;
|
options.silent = true;
|
||||||
action = "<cmd>!make<CR>";
|
action = "<cmd>!make<CR>";
|
||||||
};
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue