Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Feb 23, 2024
1 parent 255b00d commit de32eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/hans/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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', '<leader>df', vim.diagnostic.open_float, { desc = 'Open [D]iagnostic [F]loating message' })
vim.keymap.set("n", "<leader>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', '<leader>dl', vim.diagnostic.setloclist, { desc = 'Open [D]iagnostics [L]ist' })
2 changes: 1 addition & 1 deletion lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit de32eeb

Please sign in to comment.