mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
binds/qmk: Rename to vim.utility.qmk
Move the `vim.binds.qmk` module to `vim.utility.qmk`.
This commit is contained in:
parent
ff81c41d61
commit
ea55488f04
7 changed files with 5 additions and 6 deletions
|
@ -158,7 +158,6 @@ isMaximal: {
|
|||
whichKey.enable = true;
|
||||
cheatsheet.enable = true;
|
||||
hardtime-nvim.enable = isMaximal;
|
||||
qmk.enable = false; # requires hardware specific options
|
||||
};
|
||||
|
||||
telescope.enable = true;
|
||||
|
@ -193,6 +192,7 @@ isMaximal: {
|
|||
vim-wakatime.enable = false;
|
||||
diffview-nvim.enable = true;
|
||||
yanky-nvim.enable = false;
|
||||
qmk.enable = false; # requires hardware specific options
|
||||
icon-picker.enable = isMaximal;
|
||||
surround.enable = isMaximal;
|
||||
leetcode-nvim.enable = isMaximal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue