From 50a58d1d5f2f783d6fbcff5b4908636344dcf593 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 17 Feb 2023 13:52:17 +0300 Subject: [PATCH] disable kommentary by default --- extra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra.nix b/extra.nix index b5231fb7..e767e1e8 100644 --- a/extra.nix +++ b/extra.nix @@ -163,7 +163,7 @@ inputs: let vim.comments = { comment-nvim.enable = true; - kommentary = builtins.trace "WARNING: kommentary is deprecated and will be removed in the future, use comment-nvim instead" {enable = true;}; + kommentary = builtins.trace "WARNING: kommentary is deprecated and will be removed in the future, use comment-nvim instead" {enable = false;}; }; }; };