mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
nixvim: fix bug with submodule maps
This commit is contained in:
parent
e663c69032
commit
aa78a78331
2 changed files with 40 additions and 53 deletions
|
@ -49,6 +49,10 @@
|
|||
};
|
||||
|
||||
maps.normalVisualOp."ç" = ":";
|
||||
maps.normal."<leader>m" = {
|
||||
silent = true;
|
||||
action = "<cmd>make<CR>";
|
||||
};
|
||||
|
||||
plugins.lualine = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue