disable kommentary by default

This commit is contained in:
NotAShelf 2023-02-17 13:52:17 +03:00
parent 85b663f6c9
commit 50a58d1d5f
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -163,7 +163,7 @@ inputs: let
vim.comments = { vim.comments = {
comment-nvim.enable = true; 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;};
}; };
}; };
}; };