diff --git a/lua/hans/keymaps.lua b/lua/hans/keymaps.lua index 4d76f99..6f47749 100644 --- a/lua/hans/keymaps.lua +++ b/lua/hans/keymaps.lua @@ -54,5 +54,5 @@ vim.keymap.set('n', '[d', vim.diagnostic.goto_prev, { desc = 'Go to previous dia vim.keymap.set('n', ']d', vim.diagnostic.goto_next, { desc = 'Go to next diagnostic message' }) vim.keymap.set('n', 'df', vim.diagnostic.open_float, { desc = 'Open [D]iagnostic [F]loating message' }) vim.keymap.set("n", "dv", require("hans.diagnostics").line_diagnostics, - { buffer = bufnr, desc = 'Open [D]iagnostic [S]ource Floating message' }) + { buffer = bufnr, desc = 'Open [D]iagnostic Source ([v]erbose) Floating message' }) vim.keymap.set('n', 'dl', vim.diagnostic.setloclist, { desc = 'Open [D]iagnostics [L]ist' }) diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index df40335..66a1067 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -93,7 +93,7 @@ return { -- OPTIONAL: -- `nvim-notify` is only needed, if you want to use the notification view. -- If not available, we use `mini` as the fallback - "rcarriga/nvim-notify", + "ls-devs/nvim-notify", }, config = function() require("noice").setup({