Skip to content

Commit

Permalink
feat(config): remove better-escape
Browse files Browse the repository at this point in the history
JeezyVim generally has a zero-tolerance policy towards plugins with
unnecessarily breaking configuration schema changes.
  • Loading branch information
LGUG2Z committed Jul 25, 2024
1 parent c6cee18 commit 6264938
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/plugins/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
highlight = pkgs.lib.mkDefault true;
lsp.autoAttach = pkgs.lib.mkDefault true;
};
better-escape = {
enable = pkgs.lib.mkDefault true;
keys = "<Esc>";
mapping = ["jk"];
};
nvim-colorizer.enable = pkgs.lib.mkDefault true;
marks.enable = pkgs.lib.mkDefault true;
vim-matchup = {
Expand Down

0 comments on commit 6264938

Please sign in to comment.