Skip to content

Commit 7523831

Browse files
oriori1703bfabio
authored andcommitted
Fix formatting
1 parent f165369 commit 7523831

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

init.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,7 @@ require('lazy').setup({
589589
map('grt', require('telescope.builtin').lsp_type_definitions, '[G]oto [T]ype Definition')
590590

591591
-- 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')
592+
map('<leader>td', function() vim.diagnostic.enable(not vim.diagnostic.is_enabled()) end, '[T]oggle [D]iagnostics')
595593

596594
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
597595
---@param client vim.lsp.Client

0 commit comments

Comments
 (0)