Working on Neogit keybind integration, plus other changes

This commit is contained in:
venus
2026-05-31 19:45:22 -05:00
parent 85d4c44b31
commit ccbebb5ceb
6 changed files with 148 additions and 87 deletions

View File

@@ -52,6 +52,10 @@ vim.o.scrolloff = 25
-- See `:help 'confirm'`
vim.o.confirm = true
-- vim.opt.expandtab = false -- Do NOT turn tabs into spaces
-- vim.opt.tabstop = 4 -- A literal \t character looks 4 columns wide
-- vim.opt.shiftwidth = 4 -- Number of spaces for automated indentation (<< or >>)
-- vim.opt.softtabstop = 0 -- Let the backspace key delete a full hard tab
vim.opt.termguicolors = true -- required for colorizer