This commit is contained in:
hakase
2025-05-13 11:24:30 -05:00
parent fc225ee071
commit 5fc3341ac4
4 changed files with 67 additions and 4 deletions
+6
View File
@@ -8,3 +8,9 @@ map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
-- custom
map("n", "<leader>ss", ":lua vim.diagnostic.open_float(nil,{focus=false}) <cr>")
map("n", "<leader>sd", ":lua vim.diagnostic.setqflist() <cr>")
-- vim.cmd [[autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]]