Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Aug 25, 2024
1 parent 1fdd013 commit 9ae0f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dot_config/nvim/lua/core/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ vim.keymap.set("n", "<leader>nh", ":nohl<CR>")
vim.keymap.set("c", "<C-r>", "<C-c>:FzfLua command_history<CR>", { noremap = true, silent = true })



vim.keymap.set("n", "<leader>dq", ":lua vim.diagnostic.setloclist()<CR>")

0 comments on commit 9ae0f34

Please sign in to comment.