Format project, setup conform format on save, remove redundant commented pieces

This commit is contained in:
2025-05-31 20:02:10 +05:00
parent f12cc324f1
commit 90b457b768
8 changed files with 37 additions and 49 deletions

View File

@ -1,11 +1,7 @@
require "nvchad.mappings"
-- add yours here
local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
map("n", "<leader>cd", ":cd ..<CR>", { desc = "Go to parent directory" })
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")