Working on Neogit keybind integration, plus other changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user