mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
4 lines
328 B
Lua
4 lines
328 B
Lua
-- The tailwindcss LSP doesn't play nice with testbench due to the recursive
|
|
-- `vendor` symlink in `testbench-core/laravel/vendor`, so we nuke its setup method here.
|
|
-- This prevents the setup() call in neovim config from starting the client (or doing anything at all).
|
|
require('lspconfig').tailwindcss.setup = function () end
|