Skip to content

Commit

Permalink
Inline which key (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 4, 2024
1 parent 4d64f24 commit 5b75cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
./lsp.nix
./nvim-tree.nix
./treesitter.nix
./which_key.nix
./telescope.nix
];

Expand Down Expand Up @@ -97,6 +96,7 @@
tmux-navigator.enable = true;
ts-context-commentstring.enable = true; # set comment string dynamically
vim-matchup.enable = true; # extends % key with comments
which-key.enable = true;
};

userCommands = {
Expand Down
3 changes: 0 additions & 3 deletions modules/which_key.nix

This file was deleted.

0 comments on commit 5b75cd2

Please sign in to comment.