From af9f09762a6b18d441f0fe9d34f12142031d2083 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 3 Nov 2024 19:28:24 +0100 Subject: [PATCH] comment: remove redundant plugin --- modules/plugins/comments/comment-nvim/config.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/plugins/comments/comment-nvim/config.nix b/modules/plugins/comments/comment-nvim/config.nix index 0fde788..c2c1a7e 100644 --- a/modules/plugins/comments/comment-nvim/config.nix +++ b/modules/plugins/comments/comment-nvim/config.nix @@ -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";