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

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

View file

@ -1,10 +1,8 @@
{
# Empty configuration
empty = {
plugins.bufferline.enable = true;
};
# Lua functions
example = {
plugins.bufferline = {
enable = true;
@ -43,7 +41,6 @@
};
};
# All the upstream default options of bufferline
defaults = {
plugins.bufferline = {
enable = true;

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,4 @@
{
# Empty configuration
empty = {
plugins.lspkind.enable = true;
};
@ -15,7 +14,6 @@
};
};
# All the upstream default options of lspkind
defaults = {
plugins.lspkind = {
enable = true;

View file

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

View file

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

View file

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

View file

@ -1,8 +1,6 @@
{
empty = {plugins.typescript-tools.enable = true;};
# Upstream defaults (couldn't find defaults for on_attach or handlers)
defaults = {
plugins.typescript-tools = {
enable = true;

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;