fix: Remove deprecated tailwind-tools nvim plugin

This commit is contained in:
demenik
2025-12-15 18:03:24 +01:00
parent b7c6c25ae1
commit e5a3748579
3 changed files with 0 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
imports = [ imports = [
./docs ./docs
./flutter.nix ./flutter.nix
./tailwind.nix
./rust.nix ./rust.nix
]; ];
} }

View File

@@ -1,3 +0,0 @@
{
plugins.tailwind-tools.enable = true;
}

View File

@@ -45,9 +45,6 @@
}; };
show_labelDetails = true; show_labelDetails = true;
before.__raw = ''
require'tailwind-tools.cmp'.lspkind_format
'';
}; };
}; };
} }