mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +02:00
keymaps: switch to lua API vim.keymap.set (#115)
* modules/keymaps: switch to lua API vim.keymap.set * add test for keymaps Co-authored-by: Pedro Alves <pta2002@pta2002.com>
This commit is contained in:
parent
9aec0f9275
commit
5c6ba55f8a
2 changed files with 5 additions and 2 deletions
|
@ -81,6 +81,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
keymaps = build {
|
||||
maps.normal."," = "<cmd>echo \"test\"<cr>";
|
||||
};
|
||||
|
||||
issue-40 = build-stable {
|
||||
plugins = {
|
||||
nix.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue