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 = {
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
# Empty configuration
|
||||
empty = {
|
||||
colorschemes.catppuccin.enable = true;
|
||||
};
|
||||
|
||||
# All the upstream default options of catppuccin
|
||||
defaults = {
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
# Empty configuration
|
||||
empty = {
|
||||
colorschemes.poimandres.enable = true;
|
||||
};
|
||||
|
||||
# All the upstream default options of poimandres
|
||||
defaults = {
|
||||
colorschemes.poimandres = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
# Empty configuration
|
||||
empty = {
|
||||
colorschemes.tokyonight.enable = true;
|
||||
};
|
||||
|
||||
# All the upstream default options of tokyonight
|
||||
defaults = {
|
||||
colorschemes.tokyonight = {
|
||||
enable = true;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# All the upstream default options of nvim-cmp
|
||||
defaults = {
|
||||
plugins.cmp = {
|
||||
enable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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