feat(tailwindcss-colors.lua): add support for tailwindcss-colors plugin

The `tailwindcss-colors.lua` file was added to the `absolute/after` directory. This file imports the `tailwindcss-colors` module and sets it up.

The `tailwindcss-colors.lua` file was also added to the `absolute/plugins` directory. This file returns a table with the plugin configuration, including a `config` function that requires the `absolute.after.tailwindcss-colors` module.

These changes were made to add support for the `tailwindcss-colors` plugin in the Absolute Neovim configuration.
This commit is contained in:
David Ibia
2024-01-15 02:12:59 +01:00
parent e901890e97
commit 8c04ed3ff7
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
local tailwind_colors = require("tailwindcss-colors")
tailwind_colors.setup()