initial commit

This commit is contained in:
Barrett Ruth 2026-02-07 00:45:47 -05:00
commit 23d4795228
99 changed files with 6691 additions and 0 deletions

View file

@ -0,0 +1 @@
vim.o.shiftwidth = 2

View file

@ -0,0 +1 @@
vim.opt.indentkeys:remove(':')

View file

@ -0,0 +1,2 @@
bmap({ 'n', '<leader>Gh', '<cmd>diffget //2<cr>' })
bmap({ 'n', '<leader>Gl', '<cmd>diffget //3<cr>' })

View file

@ -0,0 +1,5 @@
vim.o.number = true
vim.o.conceallevel = 0
vim.o.relativenumber = true
bmap({ 'n', 'q', vim.cmd.helpclose })

View file

@ -0,0 +1,2 @@
vim.o.shiftwidth = 2
vim.o.textwidth = 80

View file

@ -0,0 +1 @@
vim.o.shiftwidth = 2

View file

@ -0,0 +1,2 @@
vim.o.shiftwidth = 2
vim.o.makeprg = 'node %'

View file

@ -0,0 +1,2 @@
vim.o.number = true
vim.o.relativenumber = true

View file

@ -0,0 +1,2 @@
vim.o.conceallevel = 1
vim.o.textwidth = 80

View file

@ -0,0 +1 @@
vim.o.makeprg = 'python %'

View file

@ -0,0 +1 @@
vim.o.makeprg = 'cargo run'

View file

@ -0,0 +1 @@
vim.o.makeprg = 'sh %'