comment: remove redundant plugin

This commit is contained in:
Ching Pei Yang 2024-11-03 19:28:24 +01:00
parent e57ef1db64
commit af9f09762a
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -11,8 +11,6 @@
inherit (self.options.vim.comments.comment-nvim) mappings;
in {
config = mkIf cfg.enable {
vim.startPlugins = ["comment-nvim"];
vim.lazy.plugins.comment-nvim = {
package = "comment-nvim";
setupModule = "Comment";