diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-22 11:46:06 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-22 11:46:06 +0200 |
| commit | fe82974e85098b87ba23b728a0fb6fb4fbad24f8 (patch) | |
| tree | cc1b6c6f5332123e0b8600ecced7e08f5ca0340a | |
| parent | e9070134d79e9d2087b939554e3a31bd272c94d7 (diff) | |
| download | dotfiles-fe82974e85098b87ba23b728a0fb6fb4fbad24f8.tar.gz dotfiles-fe82974e85098b87ba23b728a0fb6fb4fbad24f8.zip | |
Fixed syntax on line 154 where comment was not commented
| -rw-r--r-- | lua/plugins/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
