mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
chore: revert
This commit is contained in:
parent
24ee5906d7
commit
1b1fca045d
3 changed files with 0 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
return function()
|
||||
require("tailwind-tools").setup()
|
||||
end
|
Loading…
Add table
Reference in a new issue