tests: remove useless comments in test files

This commit is contained in:
Gaetan Lepage 2024-03-30 13:31:25 +01:00 committed by Gaétan Lepage
parent cc296ddb8b
commit 0f6d44503b
15 changed files with 0 additions and 27 deletions

View file

@ -3,7 +3,6 @@
plugins.lastplace.enable = true;
};
# All the upstream default options of lastplace
defaults = {
plugins.lastplace = {
enable = true;

View file

@ -3,7 +3,6 @@
plugins.mark-radar.enable = true;
};
# All the upstream default options of mark-radar
defaults = {
plugins.mark-radar = {
enable = true;

View file

@ -1,10 +1,8 @@
{
# Empty configuration
empty = {
plugins.nvim-autopairs.enable = true;
};
# All the upstream default options of trouble
defaults = {
plugins.nvim-autopairs = {
enable = true;

View file

@ -1,10 +1,8 @@
{
# Empty configuration
empty = {
plugins.todo-comments.enable = true;
};
# All the upstream default options of todo-comments
defaults = {
plugins.todo-comments = {
enable = true;