We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166d8b3 commit 1b3bb13Copy full SHA for 1b3bb13
init.lua
@@ -585,9 +585,7 @@ require('lazy').setup({
585
map('grt', require('telescope.builtin').lsp_type_definitions, '[G]oto [T]ype Definition')
586
587
-- Toggle to show/hide diagnostic messages
588
- map('<leader>td', function()
589
- vim.diagnostic.enable(not vim.diagnostic.is_enabled())
590
- end, '[T]oggle [D]iagnostics')
+ map('<leader>td', function() vim.diagnostic.enable(not vim.diagnostic.is_enabled()) end, '[T]oggle [D]iagnostics')
591
592
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
593
---@param client vim.lsp.Client
0 commit comments