initial commit

This commit is contained in:
2025-12-30 01:31:05 -06:00
commit 24d5bcc047
20 changed files with 1045 additions and 0 deletions

3
lua/file_handling.lua Normal file
View File

@@ -0,0 +1,3 @@
map("n", "<C-s>", "<cmd>w<CR>", { desc = "general save file" })
map("n", "<leader>/", "gcc", { desc = "toggle comment", remap = true })
map("v", "<leader>/", "gc", { desc = "toggle comment", remap = true })