chore: initial commit

This commit is contained in:
Stevan Freeborn
2025-01-16 00:19:31 -06:00
commit 40b9337594
9 changed files with 98 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
vim.cmd("set expandtab")
vim.cmd("set tabstop=2")
vim.cmd("set softtabstop=2")
vim.cmd("set shiftwidth=2")
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
vim.opt.wrap = false