1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:34:03 +00:00
tenancy/.nvim.lua
Samuel Štancl 211be22735 misc: update .gitattributes and .nvim.lua
Add export-ignore for CLAUDE.md and static_properties.nu
Update nvim syntax for disabling the TailwindCSS LSP
2025-10-13 16:14:15 +02:00

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)