disable diagnostic inline text by default to reduce distraction
This commit is contained in:
@ -99,7 +99,7 @@ return {
|
||||
})
|
||||
|
||||
which_key.add({
|
||||
{ "<leader>l", "<cmd>lua vim.diagnostic.setloclist()<CR>", desc = "Show diagnostic list" },
|
||||
{ "<leader>cd", "<cmd>lua vim.diagnostic.setloclist()<CR>", desc = "Show diagnostic list" },
|
||||
})
|
||||
|
||||
which_key.add({
|
||||
|
||||
Reference in New Issue
Block a user