my neovim config, who would've thought

feat: enable diagnostic visual text

olexsmir.xyz de435b2c edb7f630

verified
Changed files
+1
lua
+1
lua/core/options.lua
··· 2 2 3 3 vim.diagnostic.config { 4 4 update_in_insert = true, 5 + virtual_text = true, 5 6 signs = { 6 7 text = { 7 8 [vim.diagnostic.severity.ERROR] = "",