From fe82974e85098b87ba23b728a0fb6fb4fbad24f8 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 22 Feb 2023 11:46:06 +0200 Subject: Fixed syntax on line 154 where comment was not commented --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index a9b87cf..f00897f 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -151,7 +151,7 @@ local on_attach = function(client, bufnr) end - Toggle diagnostics visibility +-- Toggle diagnostics visibility vim.g.diagnostics_visible = true function _G.toggle_diagnostics() if vim.g.diagnostics_visible then -- cgit v1.2.3