mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 10:19:48 +01:00
Compare commits
2 commits
7e67e361a4
...
f9b5ea1a35
Author | SHA1 | Date | |
---|---|---|---|
|
f9b5ea1a35 | ||
|
672630f680 |
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in {
|
|||
keys = [
|
||||
(mkKeymap "n" cfg.mappings.run "<cmd>Run<cr>" {desc = mappings.run.description;})
|
||||
(mkKeymap "n" cfg.mappings.runOverride "<cmd>Run!<cr>" {desc = mappings.runOverride.description;})
|
||||
(mkKeymap "n" cfg.mappings.runCommand "<cmd>RunPrompt<cr>" { desc = mappings.run.description; })
|
||||
(mkKeymap "n" cfg.mappings.runCommand "<cmd>RunPrompt<cr>" {desc = mappings.run.description;})
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue