mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +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
|
@ -17,7 +17,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of barbar
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.barbar = {
|
plugins.barbar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.bufferline.enable = true;
|
plugins.bufferline.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Lua functions
|
|
||||||
example = {
|
example = {
|
||||||
plugins.bufferline = {
|
plugins.bufferline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -43,7 +41,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of bufferline
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.bufferline = {
|
plugins.bufferline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
colorschemes.catppuccin.enable = true;
|
colorschemes.catppuccin.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of catppuccin
|
|
||||||
defaults = {
|
defaults = {
|
||||||
colorschemes.catppuccin = {
|
colorschemes.catppuccin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
colorschemes.poimandres.enable = true;
|
colorschemes.poimandres.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of poimandres
|
|
||||||
defaults = {
|
defaults = {
|
||||||
colorschemes.poimandres = {
|
colorschemes.poimandres = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
colorschemes.tokyonight.enable = true;
|
colorschemes.tokyonight.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of tokyonight
|
|
||||||
defaults = {
|
defaults = {
|
||||||
colorschemes.tokyonight = {
|
colorschemes.tokyonight = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of nvim-cmp
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.cmp = {
|
plugins.cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.lspkind.enable = true;
|
plugins.lspkind.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -15,7 +14,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of lspkind
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.lspkind = {
|
plugins.lspkind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.neo-tree.enable = true;
|
plugins.neo-tree.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of neo-tree
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.neo-tree = {
|
plugins.neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.nvim-tree.enable = true;
|
plugins.nvim-tree.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of nvim-tree
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.nvim-tree = {
|
plugins.nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.rust-tools.enable = true;
|
plugins.rust-tools.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of rust-tools
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.rust-tools = {
|
plugins.rust-tools = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
empty = {plugins.typescript-tools.enable = true;};
|
empty = {plugins.typescript-tools.enable = true;};
|
||||||
|
|
||||||
# Upstream defaults (couldn't find defaults for on_attach or handlers)
|
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.typescript-tools = {
|
plugins.typescript-tools = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
plugins.lastplace.enable = true;
|
plugins.lastplace.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of lastplace
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.lastplace = {
|
plugins.lastplace = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
plugins.mark-radar.enable = true;
|
plugins.mark-radar.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of mark-radar
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.mark-radar = {
|
plugins.mark-radar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.nvim-autopairs.enable = true;
|
plugins.nvim-autopairs.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of trouble
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.nvim-autopairs = {
|
plugins.nvim-autopairs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{
|
{
|
||||||
# Empty configuration
|
|
||||||
empty = {
|
empty = {
|
||||||
plugins.todo-comments.enable = true;
|
plugins.todo-comments.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# All the upstream default options of todo-comments
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.todo-comments = {
|
plugins.todo-comments = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue