···99-- })
10101111vim.g.copilot_no_tab_map = true
1212-map("n", "K", "<cmd>Lspsaga hover_doc<CR>")
1212+map("n", "K", "<cmd>Lspsaga hover_doc<CR>", {})
1313-- Exit insert mode when using the bad habit of pressing the arrow keys, but still move
1414-- I am actively making things hard for-- well, me probably
1515vim.api.nvim_set_keymap("i", "<Up>", "<ESC>gk", {})