fix: flatten nvim dir (remove submodule)

This commit is contained in:
luochen570
2026-05-24 10:08:07 +08:00
parent 2b8e08b9f3
commit a83624f0cc
14 changed files with 242 additions and 1 deletions

10
nvim/lua/mappings.lua Normal file
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>")