mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-04 20:52:21 +00:00
Compare commits
No commits in common. "9aa90885640d19b1375e6dec75c6cb125ac0f0c2" and "c4d80273aaefeadaad96db97d077c647942b0e96" have entirely different histories.
9aa9088564
...
c4d80273aa
2 changed files with 1 additions and 2 deletions
|
|
@ -445,4 +445,3 @@
|
||||||
- Restore vim-dirtytalk plugin and fix ordering with spellcheck in generated config.
|
- Restore vim-dirtytalk plugin and fix ordering with spellcheck in generated config.
|
||||||
- Fix lualine separator options
|
- Fix lualine separator options
|
||||||
- Add [neogit], an interactive and powerful Git interface for Neovim, inspired by Magit
|
- Add [neogit], an interactive and powerful Git interface for Neovim, inspired by Magit
|
||||||
- Allow deregistering which-key binds or groups by setting them to `null`
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
inherit (lib.nvim.dag) entryAnywhere;
|
inherit (lib.nvim.dag) entryAnywhere;
|
||||||
|
|
||||||
cfg = config.vim.binds.whichKey;
|
cfg = config.vim.binds.whichKey;
|
||||||
register = mapAttrsToList (n: v: lib.lists.optional (! isNull v) (mkLuaInline "{ '${n}', desc = '${v}' }")) cfg.register;
|
register = mapAttrsToList (n: v: mkLuaInline "{ '${n}', desc = '${v}' }") cfg.register;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue