update nvchad config to v2.5

This commit is contained in:
grassblock 2024-12-14 20:17:58 +08:00
parent df374efd22
commit 7ddbecbda0
23 changed files with 384 additions and 260 deletions

View file

@ -0,0 +1,10 @@
require "nvchad.mappings"
-- add yours here
local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")