disable virtual text

This commit is contained in:
Evan Reichard 2025-03-02 21:52:08 -05:00
parent 40dfc6e31e
commit abcff62459

View File

@ -1,11 +1,5 @@
local ns = vim.api.nvim_create_namespace("weird-chars")
vim.diagnostic.config({
virtual_text = true,
signs = true,
underline = true,
})
local weird_chars = {
[""] = "en dash found, consider using regular hyphen (-)",
[""] = "em dash found, consider using regular hyphen (-)",