mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
tests: remove useless comments in test files
This commit is contained in:
parent
cc296ddb8b
commit
0f6d44503b
15 changed files with 0 additions and 27 deletions
|
@ -3,7 +3,6 @@
|
|||
plugins.lastplace.enable = true;
|
||||
};
|
||||
|
||||
# All the upstream default options of lastplace
|
||||
defaults = {
|
||||
plugins.lastplace = {
|
||||
enable = true;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
plugins.mark-radar.enable = true;
|
||||
};
|
||||
|
||||
# All the upstream default options of mark-radar
|
||||
defaults = {
|
||||
plugins.mark-radar = {
|
||||
enable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue