We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f165369 commit 7523831Copy full SHA for 7523831
1 file changed
init.lua
@@ -589,9 +589,7 @@ require('lazy').setup({
589
map('grt', require('telescope.builtin').lsp_type_definitions, '[G]oto [T]ype Definition')
590
591
-- Toggle to show/hide diagnostic messages
592
- map('<leader>td', function()
593
- vim.diagnostic.enable(not vim.diagnostic.is_enabled())
594
- end, '[T]oggle [D]iagnostics')
+ map('<leader>td', function() vim.diagnostic.enable(not vim.diagnostic.is_enabled()) end, '[T]oggle [D]iagnostics')
595
596
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
597
---@param client vim.lsp.Client
0 commit comments