mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 10:54:04 +00:00
Add export-ignore for CLAUDE.md and static_properties.nu Update nvim syntax for disabling the TailwindCSS LSP
3 lines
193 B
Lua
3 lines
193 B
Lua
-- The tailwindcss LSP doesn't play nice with testbench due to the recursive
|
|
-- `vendor` symlink in `testbench-core/laravel/vendor`, so we disable it here.
|
|
vim.lsp.enable('tailwindcss', false)
|