init config

This commit is contained in:
Николай Вигдоров
2024-12-05 18:52:38 +03:00
commit fbdf0560cf
12 changed files with 249 additions and 0 deletions

10
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>")