mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
misc: update .gitattributes and .nvim.lua
Add export-ignore for CLAUDE.md and static_properties.nu Update nvim syntax for disabling the TailwindCSS LSP
This commit is contained in:
parent
e6cc6d6777
commit
211be22735
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
-- 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
|
||||
-- `vendor` symlink in `testbench-core/laravel/vendor`, so we disable it here.
|
||||
vim.lsp.enable('tailwindcss', false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue