initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
vim.o.tabstop = 4 -- A TAB character looks like 4 spaces
|
||||
vim.o.expandtab = true -- Pressing the TAB key will insert spaces instead of a TAB character
|
||||
vim.o.softtabstop = 4 -- Number of spaces inserted instead of a TAB character
|
||||
vim.o.shiftwidth = 4 -- Number of spaces inserted when indenting
|
||||
--blamer globals
|
||||
vim.g.blamer_delay = 0 -- Example: Set blame message delay to 500ms
|
||||
vim.g.blamer_template = "<author>, <committer-time> • <summary>" -- Example: Customize blame message format
|
||||
vim.g.blamer_relative_time = true
|
||||
vim.g.blamer_enabled = true
|
||||
vim.g.blamer_show_in_visual_modes = 0
|
||||
require("config.lazy")
|
||||
Reference in New Issue
Block a user