disable virtual text
This commit is contained in:
parent
40dfc6e31e
commit
abcff62459
@ -1,11 +1,5 @@
|
|||||||
local ns = vim.api.nvim_create_namespace("weird-chars")
|
local ns = vim.api.nvim_create_namespace("weird-chars")
|
||||||
|
|
||||||
vim.diagnostic.config({
|
|
||||||
virtual_text = true,
|
|
||||||
signs = true,
|
|
||||||
underline = true,
|
|
||||||
})
|
|
||||||
|
|
||||||
local weird_chars = {
|
local weird_chars = {
|
||||||
["–"] = "en dash found, consider using regular hyphen (-)",
|
["–"] = "en dash found, consider using regular hyphen (-)",
|
||||||
["—"] = "em dash found, consider using regular hyphen (-)",
|
["—"] = "em dash found, consider using regular hyphen (-)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user