feat: add semantic highlighting via lsp.textDocument_documentHighlight

This commit is contained in:
2025-10-16 14:36:13 +02:00
parent 67b668bf60
commit 3148fa47c2
2 changed files with 33 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ vim.o.mouse = ""
vim.o.mousescroll = "ver:0,hor:0"
vim.o.writebackup = false
vim.o.undofile = true
vim.o.updatetime = 250
vim.o.timeout = true
vim.o.timeoutlen = 300
-- ui
vim.o.breakindent = true