chore: revert

This commit is contained in:
isabel 2024-03-21 10:58:31 +00:00
parent 24ee5906d7
commit 1b1fca045d
No known key found for this signature in database
GPG key ID: 5A87C993E20D89A1
3 changed files with 0 additions and 13 deletions

View file

@ -176,10 +176,6 @@ src.git = "https://github.com/mrcjkb/rustaceanvim"
fetch.github = "b0o/schemastore.nvim"
src.git = "https://github.com/b0o/schemastore.nvim"
[tailwind-tools]
fetch.github = "luckasRanarison/tailwind-tools.nvim"
src.git = "https://github.com/luckasRanarison/tailwind-tools.nvim"
[telescope]
fetch.github = "nvim-telescope/telescope.nvim"
src.git = "https://github.com/nvim-telescope/telescope.nvim"

View file

@ -216,12 +216,6 @@ in rec {
};
};
# tailwind but better
tailwind-tools = {
src = srcs.tailwind-tools;
config = ./tailwind.lua;
};
nvim-lspconfig = {
src = srcs.nvim-lspconfig;
config = ./lsp.lua;

View file

@ -1,3 +0,0 @@
return function()
require("tailwind-tools").setup()
end