semantic highlighting disable

This commit is contained in:
Thomas Smallwood 2025-11-25 09:37:38 +01:00
parent b6d19714e2
commit 514bf0e35e
No known key found for this signature in database

View file

@ -6,3 +6,6 @@ vim.schedule(function()
end)
vim.o.scrolloff = 10
-- Semantic highlighting
vim.g.lazyvim_semantic_highlighting = false