From 861ae038dd37f69747b6132a81673dd5dfc29cc4 Mon Sep 17 00:00:00 2001 From: ray-x Date: Wed, 27 Jul 2022 18:21:11 +1000 Subject: [PATCH] underdouble is not supported by 0.7.x --- lua/navigator/lspclient/highlight.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/lspclient/highlight.lua b/lua/navigator/lspclient/highlight.lua index 9ed8a33..f45ce0a 100644 --- a/lua/navigator/lspclient/highlight.lua +++ b/lua/navigator/lspclient/highlight.lua @@ -54,7 +54,7 @@ function M.add_highlight() api.nvim_set_hl( 0, 'LspReferenceWrite', - { default = true, bold = true, italic = true, ctermfg = 'Magenta', underdouble = true } + { default = true, bold = true, italic = true, ctermfg = 'Magenta', underline = true } ) for i = 1, #colors do