mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11:03 +00:00
semantic highlighting disable
This commit is contained in:
parent
b6d19714e2
commit
514bf0e35e
1 changed files with 3 additions and 0 deletions
|
|
@ -6,3 +6,6 @@ vim.schedule(function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
vim.o.scrolloff = 10
|
vim.o.scrolloff = 10
|
||||||
|
|
||||||
|
-- Semantic highlighting
|
||||||
|
vim.g.lazyvim_semantic_highlighting = false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue