Skip to content

Commit

Permalink
fix(plugins): remove broken highlight-undo.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Oct 5, 2024
1 parent d6ea4e1 commit 9f1d531
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/plugins/plugins-extra-vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,5 @@
plugin = treesj;
config = "lua require('treesj').setup({use_default_keymaps=false})";
}
{
plugin = highlight-undo-nvim;
config = "lua require('highlight-undo').setup()";
}
];
}

0 comments on commit 9f1d531

Please sign in to comment.