From 8b89755f5ecc6712ae9631eaed4aa54b65452bba Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Sat, 27 Nov 2021 11:50:04 -0800 Subject: [PATCH] refactor(diagnositcs): address breaking changes from neovim core --- lua/cosmic/lsp/diagnostics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cosmic/lsp/diagnostics.lua b/lua/cosmic/lsp/diagnostics.lua index 04d1857..3895fc9 100644 --- a/lua/cosmic/lsp/diagnostics.lua +++ b/lua/cosmic/lsp/diagnostics.lua @@ -7,7 +7,7 @@ local defaults = { update_in_insert = false, severity_sort = true, float = { - show_header = false, + header = false, source = 'always', border = 'single', },