feat: enable virtual_text for diagnostic

This commit is contained in:
2025-10-13 23:48:51 +02:00
parent e3394bb65c
commit f92f71ec39

View File

@@ -32,6 +32,9 @@ vim.o.expandtab = true
vim.o.ignorecase = true vim.o.ignorecase = true
vim.o.smartcase = true vim.o.smartcase = true
-- diagnostic show virtual text
vim.diagnostic.config({ virtual_text = true })
-- osc52 escape codes copy -- osc52 escape codes copy
local function ocs52_paste_fail() local function ocs52_paste_fail()
vim.notify("can't paste via osc52", vim.log.levels.WARN) vim.notify("can't paste via osc52", vim.log.levels.WARN)